export interface IAsset {
     id: string | number;
     path: string;
}
