Skip to content

Commit

Permalink
update: miniprogram-api-typings 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Aug 14, 2023
1 parent 22ba991 commit 9f484fc
Show file tree
Hide file tree
Showing 4 changed files with 26,129 additions and 25,300 deletions.
4 changes: 3 additions & 1 deletion types/wx/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ SOFTWARE.
/// <reference path="./lib.wx.component.d.ts" />
/// <reference path="./lib.wx.behavior.d.ts" />
/// <reference path="./lib.wx.event.d.ts" />
/// <reference path="./lib.wx.wasm.d.ts" />

declare namespace WechatMiniprogram {
type IAnyObject = Record<string, any>
Expand Down Expand Up @@ -57,7 +58,8 @@ declare namespace WechatMiniprogram {
type GainNode = any
type BiquadFilterNode = any
type PeriodicWaveNode = any
type BufferSourceNode = any
type AudioNode = any
type AudioParam = any
type ChannelSplitterNode = any
type ChannelMergerNode = any
type DelayNode = any
Expand Down
Loading

0 comments on commit 9f484fc

Please sign in to comment.