UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 305 B
import { CredentialStateEnum } from './CredentialStateEnum'; /** Credential request to get access to the API */ export interface Credential { /** */ consumerKey: string; /** */ state: CredentialStateEnum; /** */ validationUrl?: string; } //# sourceMappingURL=Credential.d.ts.map