Type Alias CertificateResponse
CertificateResponse: { certificateId: string; createdAt: string; deletedAt?: string; details: CertificateDetails; foundationId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; updatedAt: string;} Type declaration
certificateId: string
createdAt: string
OptionaldeletedAt?: string
foundationId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
updatedAt: string