import type * as CandidApi from "../../../index"; export interface IndividualBase { firstName: string; lastName: string; gender: CandidApi.Gender; }