@webitel/api-services
    Preparing search index...
    type SearchCommunicationTypeParams = {
        channel?: SearchCommunicationTypeChannelItem[];
        default?: boolean;
        fields?: string[];
        id?: number[];
        page?: number;
        q?: string;
        size?: number;
        sort?: string;
    }
    Index

    Properties

    default?: boolean
    fields?: string[]
    id?: number[]
    page?: number
    q?: string
    size?: number
    sort?: string