hrms-admin/src/modules/05_command/interface/index/Main.ts

6 lines
77 B
TypeScript
Raw Normal View History

interface Pagination {
rowsPerPage: number;
}
export type { Pagination };