feat: move anwser related code
This commit is contained in:
parent
3de8abdd7a
commit
ed839618a7
19 changed files with 768 additions and 15 deletions
5
types/base.ts
Normal file
5
types/base.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export type TypeWithI18N<T = string> = {
|
||||
'en_US': T
|
||||
'zh_Hans': T
|
||||
[key: string]: T
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue