@aeriajs/types 0.0.79 → 0.0.80
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.
- package/dist/description.d.ts +1 -1
- package/package.json +1 -1
package/dist/description.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export type Description<TDescription extends Description = any> = JsonSchema<TDe
|
|
|
101
101
|
table?: readonly PropertiesWithId<TDescription>[];
|
|
102
102
|
tableMeta?: readonly PropertiesWithId<TDescription>[];
|
|
103
103
|
filtersPresets?: Record<string, FiltersPreset<TDescription>>;
|
|
104
|
-
freshItem?: Partial<Record<PropertiesWithId<TDescription>,
|
|
104
|
+
freshItem?: Partial<Record<PropertiesWithId<TDescription>, unknown>>;
|
|
105
105
|
form?: readonly PropertiesWithId<TDescription>[] | Record<PropertiesWithId<TDescription>, string[]>;
|
|
106
106
|
writable?: readonly PropertiesWithId<TDescription>[];
|
|
107
107
|
filters?: readonly (PropertiesWithId<TDescription> | {
|