TS: Custom typed PageMeta not working
i am facing
this is my
i think at one moment it worked and then it didnt
any ideas?
this is my
index.d.tsi think at one moment it worked and then it didnt
any ideas?
layouts/default.vue:9:69 - error TS18046: '__VLS_ctx.route.meta.backTo' is of type 'unknown'.index.d.tsdeclare module '#app' {
interface PageMeta {
backTo?: {
to: string
text: string
}
}
}
// It is always important to ensure you import/export something when augmenting a type
export {}