Interface NetRemoveResponse

Response from removing a net.

interface NetRemoveResponse {
    action: "net.remove";
    archived: boolean;
    entry: ArchiveEntry;
    guildId: string;
    netId: number;
    netUid: string;
    ok: boolean;
}

Properties

action: "net.remove"
archived: boolean
guildId: string
netId: number
netUid: string
ok: boolean