UNPKG

discord-rebackup

Version:

An rewamped fork of the discord-backup module ! by the iHorizon Team

6 lines (5 loc) 191 B
import { CategoryData, TextChannelData, VoiceChannelData } from './'; export interface ChannelsData { categories: CategoryData[]; others: Array<TextChannelData | VoiceChannelData>; }