Notes/apps/server/src/services/promoted_attribute_definition_interface.ts

9 lines
203 B
TypeScript

export interface DefinitionObject {
isPromoted?: boolean;
labelType?: string;
multiplicity?: string;
numberPrecision?: number;
promotedAlias?: string;
inverseRelation?: string;
}