@wildix/xbees-connect > ContactQuery
ContactQuery type
Signature:
export type ContactQuery = {
id?: string;
email?: string;
phone?: string;
};
@wildix/xbees-connect > ContactQuery
Signature:
export type ContactQuery = {
id?: string;
email?: string;
phone?: string;
};