UNPKG

158 BTypeScriptView Raw
1export declare const authorizeForMiniProgram: () => Promise<{
2 errMsg: string;
3}>;
4export declare const authorize: () => Promise<{
5 errMsg: string;
6}>;