UNPKG

@signalapp/mock-server

Version:
9 lines (8 loc) 256 B
/// <reference types="node" /> import { AciString } from '../types'; export type Contact = Readonly<{ aci: AciString; number: string; profileName: string; }>; export declare function serializeContacts(contacts: ReadonlyArray<Contact>): Buffer;