exit interview ความคิดเห็น และแกไขคำถาม
This commit is contained in:
parent
040a191573
commit
13203150cc
6 changed files with 757 additions and 191 deletions
|
|
@ -0,0 +1,13 @@
|
|||
interface Questions {
|
||||
no: number;
|
||||
desc: string;
|
||||
score: number;
|
||||
answers?: Answers;
|
||||
}
|
||||
|
||||
interface Answers {
|
||||
no: number;
|
||||
desc: string;
|
||||
}
|
||||
|
||||
export type {Questions};
|
||||
Loading…
Add table
Add a link
Reference in a new issue