@cpod/sdk - v0.2.7
    Preparing search index...

    Interface TotalChatsStats

    Total chats statistics

    interface TotalChatsStats {
        total_chats: number;
        by_period?: Record<string, number>;
        by_expert?: Record<string, number>;
    }
    Index

    Properties

    total_chats: number
    by_period?: Record<string, number>
    by_expert?: Record<string, number>