Buckets:
| export interface SpaceTool { | |
| _id: string; | |
| name: string; | |
| subdomain: string; | |
| emoji: string; | |
| } | |
| export interface AppSettings { | |
| builtInTools: string[]; | |
| spaceTools: SpaceTool[]; | |
| } | |
| export declare const DEFAULT_SPACE_TOOLS: SpaceTool[]; | |
| export declare const settingsService: { | |
| getSettings(): AppSettings; | |
| updateBuiltInTools(builtInTools: string[]): AppSettings; | |
| updateSpaceTools(spaceTools: SpaceTool[]): AppSettings; | |
| resetSettings(): AppSettings; | |
| isToolEnabled(toolId: string): boolean; | |
| }; | |
| //# sourceMappingURL=settings.d.ts.map |
Xet Storage Details
- Size:
- 565 Bytes
- Xet hash:
- beb87a4eb8e98b4971a9a736a6691c69efd41e687dec112f414bc8b3b25eaa4b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.