UNPKG

@codelet/core

Version:
8 lines (7 loc) 171 B
/** * 申请授权操作 */ export declare function requestAuthorize(options: { scope: keyof WechatMiniprogram.AuthSetting; message?: string; }): Promise<void>;