UNPKG

@arces-wot/wam

Version:

Web of Thing Application Manager

12 lines (11 loc) 267 B
import { License, Lang } from './choice'; export interface InitData { name: string; version: string; description: string; keywords: string | string[]; author: string; license: License; selfVersion: string; language: Lang; }