hetzner-ts
    Preparing search index...

    Interface Action

    interface Action {
        command: string;
        error?: ActionError;
        finished: string;
        id: number;
        progress: number;
        resources: ActionResource[];
        started: string;
        status: string;
    }
    Index

    Properties

    command: string
    error?: ActionError
    finished: string
    id: number
    progress: number
    resources: ActionResource[]
    started: string
    status: string