no message
This commit is contained in:
parent
ad593b4551
commit
627bdb1a70
4 changed files with 163 additions and 70 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue