UNPKG
life-sciences-portal-cli
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
A CLI to generate and manage life sciences portals.
github.com//
life-sciences-portal-cli
/
lib
/
schematics
/
new
/
schema.d.ts
8 lines
(7 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
Schema
{
name
:
string
;
portalType
:
string
;
sitemap
:
boolean
;
internalCms
:
boolean
;
semanticVersioning
:
boolean
; }