UNPKG

pdx-backup

Version:

A complete framework to facilitate server backup using discord.js v14 by Foob, forked from discord-backup djs v13 (by androz2091)

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