@ptkl/sdk - v1.3.4
    Preparing search index...
    type MinimaxLeanEmployee = {
        Country: MinimaxReference;
        CountryOfResidence: MinimaxReference;
        DateOfBirth: string;
        EmployeeId: number;
        EmploymentEndDate: string;
        EmploymentStartDate: string;
        EmploymentType: string;
        FirstName: string;
        LastName: string;
        TaxNumber: string;
    }
    Index

    Properties

    CountryOfResidence: MinimaxReference
    DateOfBirth: string
    EmployeeId: number
    EmploymentEndDate: string
    EmploymentStartDate: string
    EmploymentType: string
    FirstName: string
    LastName: string
    TaxNumber: string