UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

15 lines (14 loc) 279 B
import { UserAsset } from '../user'; interface Self { accent_id?: number; assets: UserAsset[]; deleted?: boolean; email?: string; handle?: string; id: string; locale: string; name: string; phone?: string; team?: string; } export { Self };