UNPKG

guildedapi-types.ts

Version:

Up to date Guilded API Typings. Contribution is welcome.

6 lines 585 B
import type * as OpenAPI from "../../schemas/v1"; export type GETGuildMemberSocialsResponse = OpenAPI.operations["MemberSocialLinkRead"]["responses"]["200"]["content"]["application/json"]; export type GETUserResponse = OpenAPI.operations["UserRead"]["responses"]["200"]["content"]["application/json"]; export type GETUserServersResponse = OpenAPI.operations["UserServerReadMany"]["responses"]["200"]["content"]["application/json"]; export type PUTUserStatusBody = OpenAPI.operations["UserStatusCreate"]["requestBody"]["content"]["application/json"]; //# sourceMappingURL=Users.d.ts.map