8 lines
82 B
TypeScript
8 lines
82 B
TypeScript
import 'umi/typings';
|
|
|
|
declare global {
|
|
interface Window {
|
|
$api: any;
|
|
}
|
|
}
|