import { type Order } from "https://deno.land/x/kubernetes_apis@v0.3.2/cert-manager/acme.cert-manager.io@v1alpha3/structs.ts";
Order is a type to represent an Order with an ACME server
Properties
optional
status: { authorizations?: Array<{ challenges?: Array<{ token: string; type: string; url: string; }> | null; identifier?: string | null; initialState?: | "valid"
| "ready"
| "pending"
| "processing"
| "invalid"
| "expired"
| "errored"
| c.UnexpectedEnumValue
| null
| "valid"
| "ready"
| "pending"
| "processing"
| "invalid"
| "expired"
| "errored"
| c.UnexpectedEnumValue
| null