Type Alias ContactsDuplicateSearchResponse

ContactsDuplicateSearchResponse: {
    contact: ContactUpdateSuccessfulResponseSchema;
    matchingField: "number" | "email";
    traceId: string;
}

Type declaration