Interface AccountPushConversations

interface AccountPushConversations {
    count: number;
    items: AccountPushConversationsItem[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Items count

Generated using TypeDoc