trilium/src/services/promoted_attribute_definition_interface.ts
2024-04-04 23:04:54 +03:00

9 lines
203 B
TypeScript

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