export interface KHAssetCreateResponse { url: string; } export interface AssetCreateResponseInternal { url: string; }