@theredspace/spp-client
    Preparing search index...

    Interface LeaveAccrualTransaction

    interface LeaveAccrualTransaction {
        amount: number;
        created: DateContainer;
        date: DateContainer;
        from_run?: string;
        id: string;
        leave_accrual_ruleid: string;
        notes?: string;
        taskid?: string;
        type: "D" | "A";
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    amount: number
    created: DateContainer
    from_run?: string
    id: string
    leave_accrual_ruleid: string
    notes?: string
    taskid?: string
    type: "D" | "A"
    updated: DateContainer
    userid: string