We have published a new version of type declarations: https://github.com/ant-mini-program/api-typings.
it is more complete and accurate.
TypeScript declarations for Alipay's mini program.
npm install mini-types --save
Specify types
option in the tsconfig.json
file.
{
"compilerOptions": {
"types" : ["mini-types"]
}
}
We welcome all contributions. You can submit any ideas as pull requests or as a GitHub issue.