AsyncData

Kudra will generate a type that allows you to have access to the return value of asyncData, inside of your page.
It will also remove access to the this
keyword inside of asyncData.
It's important to keep in mind that despite the fact that asyncData is available when defining your components via IDE suggestions, you must remember that components do not have an asyncData method.