UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 441 B
import { BasicAuthCredentialsInput } from './BasicAuthCredentialsInput'; import { SshCredentialsInput } from './SshCredentialsInput'; /** AI Solutions data store git credentials input */ export interface GitCredentialsInput { /** Basic Auth data store credentials */ basicAuth?: BasicAuthCredentialsInput; /** SSH data store credentials */ sshKeypair?: SshCredentialsInput; } //# sourceMappingURL=GitCredentialsInput.d.ts.map