import type * as CandidApi from "../../../index"; export interface IdentifierBase { period?: CandidApi.DateRangeOptionalEnd; identifierCode: CandidApi.IdentifierCode; identifierValue: CandidApi.IdentifierValue; }