mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-20 05:39:40 +02:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
|
import Auth from "@nuxtjs/auth-next/dist/core/auth";
|
||
|
|
||
|
declare module "vue/types/vue" {
|
||
|
interface Vue {
|
||
|
$auth: Auth;
|
||
|
}
|
||
|
}
|