chore: consolidate platform split checks
This commit is contained in:
@@ -9,6 +9,15 @@ export type PlatformStatusResponse = {
|
||||
enabled: boolean;
|
||||
message?: string | null;
|
||||
};
|
||||
i18n?: {
|
||||
available_languages: Array<{
|
||||
code: string;
|
||||
label: string;
|
||||
native_label?: string | null;
|
||||
}>;
|
||||
enabled_languages: string[];
|
||||
default_language: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type PlatformPermission = {
|
||||
|
||||
Reference in New Issue
Block a user