import { JsonObject } from "./common"; export type CertificateEnrollmentRequest = JsonObject; export type CertificateEnrollmentResponse = JsonObject; export type CertificateEnrollmentStatusResponse = JsonObject; export type CertificateLimitsResponse = JsonObject; export type CertificatesQueryRequest = JsonObject; export type CertificatesQueryResponse = JsonObject; export type CertificatesRetrieveRequest = JsonObject; export type CertificatesRetrieveResponse = JsonObject; export type CertificateRevokeRequest = JsonObject;