feat: Add 'atas' (minutes/records) management feature, and implement various improvements across UI, backend logic, and authentication.
This commit is contained in:
10
apps/web/src/app.d.ts
vendored
10
apps/web/src/app.d.ts
vendored
@@ -1,9 +1,9 @@
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Locals {
|
||||
token: string | undefined;
|
||||
}
|
||||
}
|
||||
namespace App {
|
||||
interface Locals {
|
||||
token: string | undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user