hetzner-ts
    Preparing search index...

    Interface ListNetworkActionsParams

    interface ListNetworkActionsParams {
        id?: number;
        page?: number;
        per_page?: number;
        sort?:
            | "id"
            | "command"
            | "status"
            | "started"
            | "finished"
            | "id:asc"
            | "id:desc"
            | "progress";
        status?: "running"
        | "success"
        | "error";
    }
    Index

    Properties

    id?: number
    page?: number
    per_page?: number
    sort?:
        | "id"
        | "command"
        | "status"
        | "started"
        | "finished"
        | "id:asc"
        | "id:desc"
        | "progress"
    status?: "running" | "success" | "error"