UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

7 lines (6 loc) 116 B
interface UserAsset { key: string; size: 'complete' | 'preview'; type: 'image'; } export { UserAsset };