UNPKG

lilybird

Version:
21 lines 625 B
import type { PrivacyLevel } from "#enums"; export declare namespace StageInstance { interface Structure { id: string; guild_id: string; channel_id: string; topic: string; privacy_level: PrivacyLevel; discoverable_disabled: boolean; guild_scheduled_event_id: string | null; } interface CreateJSONParams { channel_id: string; topic: string; privacy_level?: PrivacyLevel; send_start_notification?: boolean; guild_scheduled_event_id?: string; reason?: string; } } //# sourceMappingURL=stage-instance.d.ts.map