UNPKG

@agility/management-sdk

Version:
5 lines (4 loc) 76 B
export interface PagedResult<T> { totalCount: number; items: T[]; }