mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-25 02:05:40 -05:00
feat: implement auth stores
This commit is contained in:
7
src/plugins/types.d.ts
vendored
Normal file
7
src/plugins/types.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module "#app" {
|
||||
interface PageMeta {
|
||||
needsAuth?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
||||
Reference in New Issue
Block a user