no message

This commit is contained in:
setthawutttty 2023-07-10 09:03:56 +07:00
parent 2ff53b5fa6
commit 07976376bb
3 changed files with 82 additions and 38 deletions

View file

@ -1,10 +1,14 @@
import type { zipCodeOption } from "../../components/PersonalDetail/profileType";
interface DataOption {
id: number|null;
name:string|null;
disable?: boolean;
}
interface DataOption1 {
id: string|null;
name:string|null;
disable?: boolean;
}
interface DataOptionInsignia {
id: string;
name: string;
@ -61,6 +65,7 @@ export type {
AddressOps,
Pagination,
EduOps,
DataOption1,
InsigniaOps,
CheckboxItem,
};