NSWGovPaySubmissionEvent: FormEventBase & {
    configuration: {
        allowPDFDownload?: PDFConfiguration;
        customerReference?: string;
        elementId: string;
        primaryAgencyId: string;
        productDescription: string;
        subAgencyCode?: string;
    };
    type: "NSW_GOV_PAY";
}