mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-14 04:52:28 +08: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;
|
|
}
|