Interface GETChannelCategoryRoleManyPermissionResponse

interface GETChannelCategoryRoleManyPermissionResponse {
    channelCategoryRolePermissions: APIGuildCategoryRolePermission[];
}

Properties

channelCategoryRolePermissions: APIGuildCategoryRolePermission[]