/** * Model: GetMe200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetMe200Response { /** Unique stable id of the user. */ id: string; /** Name of the user. */ handle: string; /** URL link to the user's profile image. */ img_url: string; /** Email associated with the user's account. This property is only present on the /v1/me endpoint. */ email: string; } //# sourceMappingURL=get-me200-response.d.ts.map