export interface Identifier { /** * Matching id of a well or a wellbore. */ matchingId?: string; /** * Asset id of a well or a wellbore. */ assetExternalId?: string; }