mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
fix: ts typo
This commit is contained in:
parent
98c31c7c9f
commit
ddf5a56d0b
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -158,6 +158,6 @@ declare module 'react-native-wechat-lib' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function chooseInvoice(
|
export function chooseInvoice(
|
||||||
data: ChooseInvoice,
|
data?: ChooseInvoice,
|
||||||
): Promise<{ errCode?: number; errStr?: string; cards: Invoice[] }>;
|
): Promise<{ errCode?: number; errStr?: string; cards: Invoice[] }>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user