bamboohr.com
    Preparing search index...

    Interface OffEmployee

    interface OffEmployee {
        employeeId: number;
        end: string;
        id: number;
        name: string;
        start: string;
        type: string;
    }
    Index

    Properties

    employeeId: number
    end: string
    id: number
    name: string
    start: string
    type: string