import type * as CandidApi from "../../../index"; export interface IdentifierUpdate { identifierId: CandidApi.IdentifierId; identifierCode?: CandidApi.IdentifierCode; identifierValue?: CandidApi.IdentifierValue; period?: CandidApi.RemovableDateRangeOptionalEnd; }