import type { FromLixSchemaDefinition } from "../schema-definition/definition.js"; export type LixLabel = FromLixSchemaDefinition; export declare const LixLabelSchema: { readonly "x-lix-key": "lix_label"; readonly "x-lix-version": "1.0"; readonly "x-lix-primary-key": readonly ["/id"]; readonly "x-lix-override-lixcols": { readonly lixcol_file_id: "\"lix\""; readonly lixcol_plugin_key: "\"lix_sdk\""; }; readonly type: "object"; readonly properties: { readonly id: { readonly type: "string"; readonly "x-lix-default": "lix_uuid_v7()"; }; readonly name: { readonly type: "string"; }; }; readonly required: readonly ["id", "name"]; readonly additionalProperties: false; }; //# sourceMappingURL=schema-definition.d.ts.map