export interface AssetScheme { id: string|null fileType: string name: string|null path: string|null data: any }