namespace TSE { export interface IAsset { readonly name: string; readonly data: any; } }