Saxonberg Server API
    Preparing search index...

    The outcome of an assign handoff.

    interface OfficeAssignResult {
        changed: boolean;
        ok: boolean;
        priorHolderId: string | null;
    }
    Index

    Properties

    changed: boolean

    Whether anything changed (false = the seat already held by them).

    ok: boolean

    False when the office key isn't an authored office.

    priorHolderId: string | null

    The displaced explicit holder's playerId, or null when the seat was on the founder default (the auditable replace).