@yuuvis/app-drive 3.4.4 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/drive.schema.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare const FS_SOTS: {
|
|
|
10
10
|
export declare const APP_PREFIX = "appDrive:";
|
|
11
11
|
export declare const APP_ID = "io.yuuvis.app.drive";
|
|
12
12
|
export declare const APP_TYPES: Record<string, VirtualObjectType>;
|
|
13
|
+
export declare const EMAIL_MIME_TYPES: Set<string>;
|
|
13
14
|
export declare const APP_FLAVORS: AppFlavor[];
|
|
14
15
|
export declare const APP_ACTIONS: {
|
|
15
16
|
rename: string;
|