support date type

This commit is contained in:
Jan Prochazka
2024-08-26 11:33:29 +02:00
parent 3bfa7d54d0
commit 8e17516d54
3 changed files with 92 additions and 13 deletions

View File

@@ -102,6 +102,7 @@ export interface DataEditorTypesBehaviour {
parseJsonObject?: boolean;
parseHexAsBuffer?: boolean;
parseObjectIdAsDollar?: boolean;
parseDateAsDollar?: boolean;
explicitDataType?: boolean;
supportNumberType?: boolean;