Interface ShardAssignmentResult

Result of a single assignment operation.

interface ShardAssignmentResult {
    action: string;
    guildId: string;
    netId: number;
    netUid: string;
    ok: boolean;
    userId: string;
}

Properties

action: string
guildId: string
netId: number
netUid: string
ok: boolean
userId: string