mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-08 17:32:27 +08:00
feat: move anwser related code
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user