fixing registy

This commit is contained in:
Warunee Tamkoo 2024-09-05 10:07:52 +07:00
parent 3666cd61a9
commit 96a1722435
5 changed files with 22 additions and 11 deletions

View file

@ -3,6 +3,7 @@ interface FormFilter {
pageSize: number;
keyword: string;
type: string;
searchType?: string;
posType: string;
posLevel: string;
retireYear: string | null;

View file

@ -22,6 +22,7 @@ interface DataPerson {
posTypeId: string;
position: string;
prefix: string;
rank?: string;
}
export type { DataType, DataLevel, DataPerson };