Interface PublicNetStatusResponse

Current public net feature state (GET response).

interface PublicNetStatusResponse {
    guildId: string;
    ok: boolean;
    publicNet: PublicNetState;
}

Properties

Properties

guildId: string
ok: boolean
publicNet: PublicNetState