@wildix/xbees-connect > Contact
Contact type
Signature:
export type Contact = (ContactShape & {
email: string;
}) | (ContactShape & {
phone: string;
});
@wildix/xbees-connect > Contact
Signature:
export type Contact = (ContactShape & {
email: string;
}) | (ContactShape & {
phone: string;
});