Interface TemporaryAssignmentResult

Result of a temporary assignment including expiration timestamp.

interface TemporaryAssignmentResult {
    expiresAt: string;
    guildId: string;
    netId: number;
    netUid: string;
    ok: boolean;
    userId: string;
}

Properties

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