BPOINTSubmissionEvent: FormEventBase & {
    configuration: {
        allowPDFDownload?: PDFConfiguration;
        crn2?: string;
        crn3?: string;
        elementId: string;
        environmentId: string;
    };
    type: "BPOINT";
}