import { IDictionary } from 'datx-utils'; export interface IDataStorage { data: IDictionary; meta: IDictionary; }