UNPKG
caprover-lib
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A library to communicate with CapRover instances
HorusGoul/caprover-lib
caprover-lib
/
dist
/
models
/
ICaptainDefinition.d.ts
7 lines
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ICaptainDefinition
{
schemaVersion
:
number
;
dockerfileLines
?:
string
[];
imageName
?:
string
;
templateId
?:
string
; }
//# sourceMappingURL=ICaptainDefinition.d.ts.map