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

    Interface LeaveAccrualRule

    interface LeaveAccrualRule {
        active: "0" | "1";
        amount: number;
        cap: number;
        category_filter?: string;
        created: string;
        draw_down_when: "A" | "R";
        grace_days: number;
        id: string;
        lose_how: "A" | "N" | "Y";
        name: string;
        notes?: string;
        period: string;
        project_filter?: string;
        project_task_filter?: string;
        timetype_filter?: string;
        timing: "S" | "E";
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"
    amount: number
    cap: number
    category_filter?: string
    created: string
    draw_down_when: "A" | "R"
    grace_days: number
    id: string
    lose_how: "A" | "N" | "Y"
    name: string
    notes?: string
    period: string
    project_filter?: string
    project_task_filter?: string
    timetype_filter?: string
    timing: "S" | "E"
    updated: string