mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-04 03:51:31 +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;
|
|
}
|