hetzner-ts
    Preparing search index...

    Interface CertificateAction

    interface CertificateAction {
        command: string;
        error?: { code: string; message: string };
        finished: null | string;
        id: number;
        progress: number;
        resources: { id: number; type: string }[];
        started: string;
        status: "running" | "success" | "error";
    }
    Index

    Properties

    command: string
    error?: { code: string; message: string }
    finished: null | string
    id: number
    progress: number
    resources: { id: number; type: string }[]
    started: string
    status: "running" | "success" | "error"