Interface PublicNetActionResponse

Response from a public net action (show, hide, remove, restore).

interface PublicNetActionResponse {
    action: string;
    features: ShardFeatures;
    guildId: string;
    ok: boolean;
    publicNet: PublicNetState;
}

Properties

action: string
features: ShardFeatures
guildId: string
ok: boolean
publicNet: PublicNetState