trilium/apps/server/src/services/promoted_attribute_definition_interface.ts
2025-04-22 17:16:41 +03:00

9 lines
203 B
TypeScript

export interface DefinitionObject {
isPromoted?: boolean;
labelType?: string;
multiplicity?: string;
numberPrecision?: number;
promotedAlias?: string;
inverseRelation?: string;
}