@odoo/o-spreadsheet 17.2.0-alpha.8 → 17.3.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4581,6 +4581,7 @@ type Getters = {
4581
4581
 
4582
4582
  type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
4583
4583
  interface ArgDefinition {
4584
+ acceptMatrix?: boolean;
4584
4585
  repeating?: boolean;
4585
4586
  optional?: boolean;
4586
4587
  description: string;