UNPKG

ts-foursquare

Version:
16 lines (14 loc) 245 B
export declare namespace NUser { interface IUser { id: string firstName: string gender: string photo: IUserPhoto type?: string lastName?: string } interface IUserPhoto { prefix: string suffix: string } }