Type alias FormSubmissionAttachment
FormSubmissionAttachment: { contentType: string; fileName: string; id: string; isPrivate: boolean; s3: S3Configuration; uploadedAt?: string; url: string; } Type declaration
contentType: string
fileName: string
id: string
isPrivate: boolean
Optional uploadedAt?: string
url: string