4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { Channel } from "../../entities";
|
|
|
|
export type GuildChannelsResponse = Channel[];
|