chore: Esporta il tipo `IndexedModel`
This commit is contained in:
parent
91fb29bd22
commit
0b4805fd4c
|
@ -48,7 +48,7 @@ export type ColumnsT = Record<string, string | ColumnT>;
|
|||
export type RowsT = Collection<Model>;
|
||||
export type SectionsT = Record<string, SectionT> | SectionT[];
|
||||
|
||||
type IndexedModel = Model & {[prop: string]: any};
|
||||
export type IndexedModel = Model & {[prop: string]: any};
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
|
|
Loading…
Reference in New Issue