mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-20 17:30:59 +00:00
perf: unify entities
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface I18nLabel {
|
||||
en_US: string;
|
||||
zh_CN: string;
|
||||
ja_JP?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user