UNPKG

cra-template-react-ts

Version:
6 lines (5 loc) 95 B
// 分页返回数据 export interface PaginationReturnData<T> { total: number list: T[] }