@oneblink/sdk-core
    Preparing search index...

    Type Alias FormSubmissionAttachment

    type FormSubmissionAttachment = {
        contentType: string;
        fileName: string;
        id: string;
        isPrivate: boolean;
        s3: S3Configuration;
        uploadedAt?: string;
        url: string;
    }
    Index

    Properties

    contentType: string
    fileName: string
    id: string
    isPrivate: boolean
    uploadedAt?: string
    url: string