mirror of
https://github.com/unraid/api.git
synced 2026-05-04 14:12:08 -05: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 {}; |