chad/client/app/index.d.ts
Никита Круглицкий ec67be8aa6
All checks were successful
Deploy / deploy (push) Successful in 4m32s
куча говна
2025-10-20 00:10:13 +06:00

8 lines
93 B
TypeScript

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