UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 211 B
/** Information to update on a website */ export interface Update { /** Branch of the repository containing the website source code to deploy */ vcsBranch?: string; } //# sourceMappingURL=Update.d.ts.map