BaseFormSubmissionProcessing: {
    bucketName: string;
    developerKey?: DeveloperKeyReference;
    externalId?: string;
    formId: number;
    formsAppEnvironmentId: number;
    formsAppId: number;
    isDraft: boolean;
    key: string;
    keyId?: string;
    organisationId: string;
    submissionId: string;
    submissionTimestamp: string;
    timezone: string;
    user?: UserProfile;
} & S3SubmissionTags