feature: localization's first implmentation
This commit is contained in:
@@ -2,6 +2,7 @@ export interface User {
|
||||
id: string;
|
||||
email: string;
|
||||
name: string;
|
||||
language?: string;
|
||||
}
|
||||
|
||||
export interface OrganizationPlan {
|
||||
|
||||
Reference in New Issue
Block a user