interface AdminServicesParams {
    activeOnly: boolean;
    filter: string;
    inUse: boolean;
    limit: number;
    notArchive: boolean;
    offset: number;
    search: string;
    sort: string;
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

activeOnly: boolean
filter: string
inUse: boolean
limit: number
notArchive: boolean
offset: number
search: string
sort: string