Files
alrahma_sunday_school_api/apps/api/dist/modules/customers/customer.presenter.d.ts
T
2026-06-11 03:22:12 -04:00

14 lines
371 B
TypeScript

export declare function presentCustomer(customer: any): any;
export declare function presentCustomerList(customers: any[], meta: {
total: number;
page: number;
pageSize: number;
totalPages: number;
}): {
total: number;
page: number;
pageSize: number;
totalPages: number;
data: any[];
};
//# sourceMappingURL=customer.presenter.d.ts.map