api-typings
api-typings copied to clipboard
my.request() options.data type loose
https://github.com/ant-mini-program/api-typings/blob/6bb373011f91f3d5b1ab22a4398267c186638702/packages/my/types/lib.my.d.ts#L8451C37-L8451C37
- data?: string | Record<string, string> | ArrayBuffer;
+ data?: string | Record<string, any> | ArrayBuffer;