UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 149 B
export interface IFetchCmsQuery { page_size?: number; page: number; searchText?: string; sortColumn?: string; sortBy?: string; }