hetzner-ts
    Preparing search index...

    Interface FirewallAction

    interface FirewallAction {
        command: string;
        error: null | { code: string; message: string };
        finished: null | string;
        id: number;
        progress: number;
        resources: { id: number; type: string }[];
        started: string;
        status: ActionStatus;
    }
    Index

    Properties

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