mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
7 lines
165 B
TypeScript
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 {}; |