SharepointCreateListItemSubmissionEvent: FormEventBase & {
    configuration: SharepointSubmissionEventBase & {
        mapping: SharepointCreateListItemSubmissionEventMapping[];
        sharepointList: {
            displayName: string;
            id: string;
        };
    };
    type: "SHAREPOINT_CREATE_LIST_ITEM";
}