hetzner-ts
    Preparing search index...

    Interface ServerActionsResponse

    interface ServerActionsResponse {
        actions: BaseAction[];
        meta?: Meta;
    }
    Index

    Properties

    Properties

    actions: BaseAction[]
    meta?: Meta