guildedapi-types.ts
Version:
Up to date Guilded API Typings. Contribution is welcome.
4 lines • 355 B
TypeScript
import type * as OpenAPI from "../../schemas/v1";
export type POSTURLSignatureBody = OpenAPI.operations["UrlSignatureCreateMany"]["requestBody"]["content"]["application/json"];
export type POSTURLSignatureResponse = OpenAPI.operations["UrlSignatureCreateMany"]["responses"]["200"]["content"]["application/json"];
//# sourceMappingURL=URLSignature.d.ts.map