RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface Strike

    Raw data structure representing a strike in the system.

    interface Strike {
        active: boolean;
        id: number;
        reason: string | null;
        staffer: string | null;
        strikedAt: Date;
        unstrikedAt: Date | null;
        unstrikedBy: string | null;
        unstrikeReason: string | null;
        userId: number;
    }
    Index

    Properties

    active: boolean
    id: number
    reason: string | null
    staffer: string | null
    strikedAt: Date
    unstrikedAt: Date | null
    unstrikedBy: string | null
    unstrikeReason: string | null
    userId: number