no message
This commit is contained in:
parent
e344e5845e
commit
dd6ae8c04d
5 changed files with 132 additions and 115 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { zipCodeOption } from "../../components/PersonalDetail/profileType";
|
||||
interface DataOption {
|
||||
id: number | string;
|
||||
name: string;
|
||||
id: string|null;
|
||||
name:string|null;
|
||||
disable?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue