declare module '#app' { interface PageMeta { auth?: boolean | 'guest' } } export {}