no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-19 14:15:08 +07:00
parent ad593b4551
commit 627bdb1a70
4 changed files with 163 additions and 70 deletions

View file

@ -40,4 +40,11 @@ interface FormDataRole {
orgRevisionId: string | null;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole };
interface NewPagination {
descending: boolean;
page: number;
rowsPerPage: number;
sortBy: string;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole,NewPagination };