UNPKG

constatic

Version:
7 lines (6 loc) 135 B
type ChannelInfo = { id: string, url: string }; export interface GuildData { channels?: { logs?: ChannelInfo } }