เพิ่ม load props
This commit is contained in:
parent
2ad74a38fc
commit
64c49a5d01
4 changed files with 48 additions and 24 deletions
|
|
@ -1 +1,14 @@
|
|||
export type {};
|
||||
interface OptionQuestions {
|
||||
label: string;
|
||||
value: number;
|
||||
}
|
||||
interface OptionQuestions2 {
|
||||
label: string;
|
||||
value: boolean;
|
||||
}
|
||||
|
||||
|
||||
export type {
|
||||
OptionQuestions,
|
||||
OptionQuestions2
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue