UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
schematics
/
plugin
/
schema.ts
8 lines
(7 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export interface Schema { name: string; type:
'add'
|
'remove'
; project?: string; packageManager?:
'npm'
|
'yarn'
; defaultLanguage?: string; }