UNPKG

caprover-lib

Version:

A library to communicate with CapRover instances

7 lines 196 B
export interface ICaptainDefinition { schemaVersion: number; dockerfileLines?: string[]; imageName?: string; templateId?: string; } //# sourceMappingURL=ICaptainDefinition.d.ts.map