import { IBase } from './IBase'; export interface IAssetItem extends IBase { _id: string; key: string; value: string; }