7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
declare global {
|
|
var API_PREFIX: string;
|
|
var AUTH_PREFIX: string;
|
|
}
|
|
|
|
export {};
|