เพิ่ม load props

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-09 14:26:56 +07:00
parent 2ad74a38fc
commit 64c49a5d01
4 changed files with 48 additions and 24 deletions

View file

@ -1 +1,14 @@
export type {};
interface OptionQuestions {
label: string;
value: number;
}
interface OptionQuestions2 {
label: string;
value: boolean;
}
export type {
OptionQuestions,
OptionQuestions2
};