@webitel/api-services
    Preparing search index...
    interface StorageFileTranscriptSafeResponse {
        createdAt?: string;
        file?: EngineLookup;
        id?: string;
        locale?: string;
        profile?: EngineLookup;
        transcript?: string;
    }
    Index

    Properties

    createdAt?: string
    id?: string
    locale?: string
    profile?: EngineLookup
    transcript?: string