UNPKG

164 BTypeScriptView Raw
1export declare const addPhoneRepeatCalendar: () => Promise<{
2 errMsg: string;
3}>;
4export declare const addPhoneCalendar: () => Promise<{
5 errMsg: string;
6}>;