Type alias SharepointStoreFilesSubmissionEvent

SharepointStoreFilesSubmissionEvent: FormEventBase & {
    configuration: PDFConfiguration & SharepointSubmissionEventBase & {
        excludeAttachments: boolean;
        folderPath?: string;
        sharepointDrive: {
            displayName: string;
            id: string;
        };
    };
    type: "SHAREPOINT_STORE_FILES";
}