Files
api/web/helpers/globals.d.ts
2025-01-08 14:22:06 -05:00

7 lines
165 B
TypeScript

declare global {
// eslint-disable-next-line no-var
var csrf_token: string;
}
// an export or import statement is required to make this file a module
export {};