summary refs log tree commit diff
path: root/src/util/schemas/responses/GuildChannelsResponse.ts
blob: 3321455d4d605cd7c72d0bb995627ad767b83cd6 (plain) (blame)
1
2
3
import { Channel } from "../../entities";

export type GuildChannelsResponse = Channel[];