Binato/server/interfaces/ChannelData.ts

5 lines
111 B
TypeScript
Raw Normal View History

export default interface ChannelData {
channelName: string,
channelTopic: string,
channelUserCount: number
}