@theophilusdev/conduit
    Preparing search index...

    Interface AudioAttachment

    interface AudioAttachment {
        audioType: string;
        duration: number;
        filename: string;
        ID: string;
        isVoiceMail: boolean;
        type: "audio";
        url: string;
    }
    Index

    Properties

    audioType: string
    duration: number
    filename: string
    ID: string
    isVoiceMail: boolean
    type: "audio"
    url: string