bamboohr.com
    Preparing search index...

    Interface BaseEmployee

    interface BaseEmployee {
        firstName: string;
        id: number;
        lastName: string;
    }
    Index

    Properties

    Properties

    firstName: string
    id: number
    lastName: string