ปรับ เรื่องลาออก
This commit is contained in:
parent
c7a8374784
commit
f0f3a94b32
2 changed files with 63 additions and 10 deletions
|
|
@ -54,10 +54,15 @@ interface MainListResponse {
|
|||
isActive: boolean;
|
||||
}
|
||||
|
||||
interface DataOptions{
|
||||
id:string
|
||||
name:string
|
||||
}
|
||||
export type {
|
||||
QuestionDescription,
|
||||
OptionQuestions,
|
||||
OptionQuestions2,
|
||||
MainList,
|
||||
MainListResponse,
|
||||
DataOptions
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue