support remove fields for mongo

This commit is contained in:
Jan Prochazka
2024-08-26 13:25:51 +02:00
parent 8e17516d54
commit 32ebd86171
6 changed files with 63 additions and 9 deletions

View File

@@ -112,6 +112,8 @@ export interface DataEditorTypesBehaviour {
supportNullType?: boolean;
supportJsonType?: boolean;
supportObjectIdType?: boolean;
supportFieldRemoval?: boolean;
}
export interface FilterBehaviourProvider {