Conexia Telecom SDK
    Preparing search index...

    Type Alias SyncSmsConversations

    type SyncSmsConversations = {
        conversations: SmsSessionInfo[];
        deletedMessages: string[];
        timestamp: number;
    }
    Index
    conversations: SmsSessionInfo[]
    deletedMessages: string[]
    timestamp: number