UNPKG

154 BTypeScriptView Raw
1export declare const chooseContact: () => Promise<{
2 errMsg: string;
3}>;
4export declare const addPhoneContact: () => Promise<{
5 errMsg: string;
6}>;