[Typescript] Some collection methods with async does not have types

Hello guys, i use the common demo source with typescript so i see this problem, have any workaround ?

Property 'insertAsync' does not exist on type 'Collection<Link, Link>'

1 Like

Hello there! Maybe this may help Using Core Types | Meteor API Docs

1 Like

it worked ! thank so much !