hetzner-ts
    Preparing search index...

    Interface VolumeActionsResponse

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

    Properties

    Properties

    actions: BaseAction[]
    meta?: Meta