impr: 🚸 Permetti solo array

This commit is contained in:
Maicol Battistini 2022-01-18 20:51:03 +01:00
parent 2f7c341317
commit e9271a363a
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export type SectionT = {
};
export type ColumnsT = Record<string, string | ColumnT>;
export type RowsT = Collection<IModel>;
export type SectionsT = Record<string, SectionT> | SectionT[];
export type SectionsT = SectionT[];
/**
* @abstract