guildedapi-types.ts
Version:
Up to date Guilded API Typings. Contribution is welcome.
11 lines • 810 B
TypeScript
import * as OpenAPI from "../../schemas/v1";
export declare const APIGuildCategories: typeof OpenAPI.ServerType;
export type APIGuildCategories = OpenAPI.ServerType | `${OpenAPI.ServerType}`;
export type APIGuild = OpenAPI.components["schemas"]["Server"];
export type APIGuildGroup = OpenAPI.components["schemas"]["Group"];
export type APIGuildRole = OpenAPI.components["schemas"]["Role"];
export type APIGuildSubscription = OpenAPI.components["schemas"]["ServerSubscriptionTier"];
export type APIGuildCategory = OpenAPI.components["schemas"]["Category"];
export type APIGuildCategoryUserPermission = OpenAPI.components["schemas"]["ChannelCategoryUserPermission"];
export type APIGuildCategoryRolePermission = OpenAPI.components["schemas"]["ChannelCategoryRolePermission"];
//# sourceMappingURL=Guilds.d.ts.map