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