สมรรถนะ => interface

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-19 15:50:01 +07:00
parent 0238e17fc4
commit 644005a6fe
3 changed files with 37 additions and 6 deletions

View file

@ -48,4 +48,17 @@ interface NewPagination {
sortBy: string;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole,NewPagination };
interface FormQueryCapacity {
page: number;
pageSize: number;
keyword: string;
}
export type {
FormQueryRound,
FormRound,
FormCompetency,
FormDataRole,
NewPagination,
FormQueryCapacity,
};