UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

8 lines 235 B
import type { App } from '@lcap/nasl-concepts'; import type { AxiosInstance } from 'axios'; export interface InitializeContext { app: App; axios: AxiosInstance; creatorDevMode: boolean; } //# sourceMappingURL=types.d.ts.map