1 2 3 4 5 6
import { Snowflake } from "../../util"; export interface GuildWidgetSettingsResponse { enabled: boolean; channel_id: Snowflake | null; }