allow null as we need it for the scaffold
This commit is contained in:
@@ -5,7 +5,7 @@ export interface UmbDataTypeDetailModel {
|
||||
unique: string;
|
||||
name: string;
|
||||
editorAlias: string | undefined;
|
||||
editorUiAlias: string;
|
||||
editorUiAlias: string | null;
|
||||
values: Array<UmbDataTypePropertyModel>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user