import { DirectusFolder } from "./folder.js"; import { MergeCoreCollection } from "../types/schema.js"; //#region src/schema/settings.d.ts type DirectusSettings = MergeCoreCollection | string | null; basemaps: Record | null; mapbox_key: string | null; module_bar: "json" | null; project_descriptor: string | null; default_language: string; custom_aspect_ratios: Record | null; project_id: string | null; }>; //#endregion export { DirectusSettings }; //# sourceMappingURL=settings.d.ts.map