bamboohr.com
    Preparing search index...

    Interface BaseEmployee

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

    Properties

    Properties

    firstName: string
    id: string
    lastName: string