export type LixEntityCanonical = { schema_key: string; file_id: string; entity_id: string; }; export type LixEntity = { lixcol_schema_key: string; lixcol_file_id: string; lixcol_entity_id: string; }; //# sourceMappingURL=types.d.ts.map