remove is deletable from the type

This commit is contained in:
Mads Rasmussen
2024-03-22 11:13:40 +01:00
parent 9affd17036
commit 6047aaaaba

View File

@@ -10,7 +10,6 @@ export interface UmbRelationTypeDetailModel {
} | null;
entityType: UmbRelationTypeEntityType;
isBidirectional: boolean;
isDeletable: boolean;
isDependency: boolean;
name: string;
parent: {