Kendryte-dev-extension/src/interface/globalconfig.ts

6 lines
118 B
TypeScript

export interface GlobalConfig {
cdn: string
third_party: string
package_version: string
host: string
}