mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
Vendored
+5
-1
@@ -12,6 +12,10 @@ declare interface BUILD_CONFIG_TYPE {
|
||||
|
||||
isElectron: boolean;
|
||||
isWeb: boolean;
|
||||
/**
|
||||
* 'desktop' | 'ios' | 'android'
|
||||
*/
|
||||
isNative: boolean;
|
||||
isMobileWeb: boolean;
|
||||
isIOS: boolean;
|
||||
isAndroid: boolean;
|
||||
@@ -30,4 +34,4 @@ declare interface BUILD_CONFIG_TYPE {
|
||||
linkPreviewUrl: string;
|
||||
}
|
||||
|
||||
declare var BUILD_CONFIG: BUILD_CONFIG_TYPE;
|
||||
declare var BUILD_CONFIG: BUILD_CONFIG_TYPE;
|
||||
|
||||
Reference in New Issue
Block a user