no message

This commit is contained in:
setthawutttty 2024-02-05 14:14:41 +07:00
parent 47e96ddec5
commit 4a93fe3386
3 changed files with 210 additions and 78 deletions

View file

@ -68,6 +68,16 @@ interface DisciplineOps {
levelOptions: DataOption[];
}
interface OptionType {
id: string;
posTypeName: string;
}
interface OptionLevel {
id: string;
posLevelName: string;
}
export type {
Pagination,
DataOption,
@ -81,4 +91,6 @@ export type {
InsigniaOps,
DisciplineOps,
DataOptionLeave,
OptionType,
OptionLevel,
};