UNPKG

@codelet/core

Version:
9 lines (8 loc) 221 B
/// <reference types="miniprogram-api-typings" /> /** * 申请授权操作 */ export declare function requestAuthorize(options: { scope: keyof WechatMiniprogram.AuthSetting; message?: string; }): Promise<void>;