@webitel/api-services
    Preparing search index...
    type SearchRoutingSchemaParams = {
        editor?: boolean;
        fields?: string[];
        id?: number[];
        name?: string;
        page?: number;
        q?: string;
        size?: number;
        sort?: string;
        tags?: string[];
        type?: SearchRoutingSchemaTypeItem[];
    }
    Index

    Properties

    editor?: boolean
    fields?: string[]
    id?: number[]
    name?: string
    page?: number
    q?: string
    size?: number
    sort?: string
    tags?: string[]