kustomer-client
    Preparing search index...

    Type Alias GetConversationTimeByIdsData

    type GetConversationTimeByIdsData = {
        body?: never;
        path: { ids: string };
        query?: never;
        url: "/conversations/times/{ids}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { ids: string }

    Type declaration

    • ids: string

      Unique ID of the conversation_time.

    query?: never
    url: "/conversations/times/{ids}"