API Referencebezel
OverlapResult
Overlap contacts and a flag indicating whether any were found.
Module: bezel
Overlap contacts and a flag indicating whether any were found.
Declaration
export type OverlapResult = {
hits: OverlapHit[];
hitAny: boolean;
};Properties
hits
hits: OverlapHit[];hitAny
hitAny: boolean;