UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 267 B
/** Response for attestation creation */ export interface CreateAttestationResponse { /** Attestation id. */ attestationId: string; /** Link to iframable attestation */ attestationLink: string; } //# sourceMappingURL=CreateAttestationResponse.d.ts.map