export interface AssetRequest { 'id'?: (string); } export interface AssetRequest__Output { 'id': (string); }