mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Merge pull request #34605 from microJ/master
[@types/wx-js-sdk-dt] fix interface ShareToTimelineConfig
This commit is contained in:
2
types/wx-js-sdk-dt/index.d.ts
vendored
2
types/wx-js-sdk-dt/index.d.ts
vendored
@@ -181,7 +181,7 @@ declare namespace wx {
|
||||
/**
|
||||
* 分享图标
|
||||
*/
|
||||
imageUrl?: string;
|
||||
imgUrl?: string;
|
||||
|
||||
success?: () => void;
|
||||
}
|
||||
|
||||
@@ -146,5 +146,5 @@ wx.updateAppMessageShareData({
|
||||
wx.updateTimelineShareData({
|
||||
title: '',
|
||||
link: '',
|
||||
imageUrl: ''
|
||||
imgUrl: ''
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user