UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 314 B
/** Information for Logs Data Platform. */ export interface Ldp { /** The certificate required to authenticate with the entrypoint of the Logs Data Platform. */ certificate: string; /** The URL for the entrypoint of the Logs Data Platform. */ entrypoint: string; } //# sourceMappingURL=Ldp.d.ts.map