UNPKG

channelape-sdk

Version:
7 lines (6 loc) 126 B
export default interface User { id: string; username: string; analyticsEnabled: boolean; verified: boolean; }