UNPKG
useasdemo
Version:
latest (1.0.0-rc.0)
1.0.0-rc.0
Schematics specific to ecip
ecip.com
ecip/ecip
useasdemo
/
user
/
schema.ts
5 lines
(4 loc)
•
75 B
text/typescript
View Raw
1
2
3
4
5
export
interface
Schema
{
project
?:
string
;
business
?:
string
; }