interface UmbDataTypeDetailModel {
    editorAlias: undefined | string;
    editorUiAlias: null | string;
    entityType: "data-type";
    name: string;
    unique: string;
    values: UmbDataTypePropertyModel[];
}

Properties

editorAlias: undefined | string
editorUiAlias: null | string
entityType: "data-type"
name: string
unique: string
values: UmbDataTypePropertyModel[]
""