bamboohr.com
    Preparing search index...

    Interface TimeOffPolicy

    interface TimeOffPolicy {
        effectiveDate: string;
        id: number;
        name: string;
        timeOffTypeId: number;
        type: string;
    }
    Index

    Properties

    effectiveDate: string
    id: number
    name: string
    timeOffTypeId: number
    type: string