mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +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;
|
|
}
|