hrms-admin/src/modules/02_users/interface/index/Main.ts

6 lines
77 B
TypeScript
Raw Normal View History

2024-05-29 17:58:57 +07:00
interface Pagination {
rowsPerPage: number;
}
export type { Pagination };