export type TListResponse<T> = {
    tital: number;
    items: T[];
};
//# sourceMappingURL=model.d.ts.map