@twilio/flex-sdk
    Preparing search index...

    Interface Attachments

    Attachments configuration

    interface Attachments {
        accepted_extensions: string[];
        enabled: boolean;
        max_file_size: number;
        max_total_file_size: number;
        number_of_attachments: number;
    }
    Index

    Properties

    accepted_extensions: string[]

    Accepted attachment extensions

    enabled: boolean
    max_file_size: number

    Max size of 1 attachment

    max_total_file_size: number

    Max total size of attachments

    number_of_attachments: number

    Max number of attachments