mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
9 lines
203 B
TypeScript
9 lines
203 B
TypeScript
export interface DefinitionObject {
|
|
isPromoted?: boolean;
|
|
labelType?: string;
|
|
multiplicity?: string;
|
|
numberPrecision?: number;
|
|
promotedAlias?: string;
|
|
inverseRelation?: string;
|
|
}
|