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
  • s3: S3Configuration
  • Optional uploadedAt?: string
  • url: string