@wise/dynamic-flow-types 3.16.0 → 3.17.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.
@@ -102,4 +102,8 @@ export type ObjectSchema = {
102
102
  * An optional list of identifiers used to configure renderers.
103
103
  */
104
104
  tags?: string[];
105
+ /**
106
+ * The type of data the object represents.
107
+ */
108
+ format?: string;
105
109
  };