/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/setting.html#wxopensettingobject) */ export default function open_setting(): Promise<{ authSetting: { "scope.userInfo": boolean; "scope.userLocation": boolean; "scope.address": boolean; "scope.invoiceTitle": boolean; "scope.werun": boolean; "scope.record": boolean; "scope.writePhotosAlbum": boolean; "scope.invoice": boolean; "scope.camera": boolean; }; }>;