mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
server-ts: Convert services/handlers
This commit is contained in:
8
src/services/promoted_attribute_definition_interface.ts
Normal file
8
src/services/promoted_attribute_definition_interface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface DefinitionObject {
|
||||
isPromoted?: boolean;
|
||||
labelType?: string;
|
||||
multiplicity?: string;
|
||||
numberPrecision?: number;
|
||||
promotedAlias?: string;
|
||||
inverseRelation?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user