UNPKG

@mytiki/tiki-sdk-js

Version:

JS SDK for client-side integration with TIKI

9 lines (8 loc) 160 B
interface RspLicense { id: string; title: RspTitle; uses: Array<RspLicenseUse>; terms: string; description?: string; expiry?: number; }