PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/base/lib
Просмотр файла: contacts.d.ts
export interface ContactPhoneNumber {
label?: string;
number?: string;
}
export interface MinimalContact {
recordID: string;
displayName?: string;
phoneNumbers?: ContactPhoneNumber[];
thumbnailPath?: string;
}
export declare const getContactPhoneNumber: (contact: MinimalContact) => string | null | undefined;
export declare function isContact(contactOrNumber: any): contactOrNumber is MinimalContact;
Выполнить команду
Для локальной разработки. Не используйте в интернете!