guildedapi-types.ts
Version:
Up to date Guilded API Typings. Contribution is welcome.
7 lines • 523 B
TypeScript
import * as OpenAPI from "../../schemas/v1";
export declare const APIChannelCategories: typeof OpenAPI.ServerChannelType;
export type APIChannelCategories = OpenAPI.ServerChannelType | `${OpenAPI.ServerChannelType}`;
export type APIGuildChannel = OpenAPI.components["schemas"]["ServerChannel"];
export type APIChannelRolePermission = OpenAPI.components["schemas"]["ChannelRolePermission"];
export type APIChannelUserPermission = OpenAPI.components["schemas"]["ChannelUserPermission"];
//# sourceMappingURL=Channels.d.ts.map