UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

9 lines (8 loc) 133 B
/** * Represents an Asset object. */ export interface AssetResponse { id: string; name: string; url: string; }