hetzner-ts
    Preparing search index...

    Interface SSHKeysResponse

    interface SSHKeysResponse {
        meta?: Meta;
        ssh_keys: SSHKey[];
    }
    Index

    Properties

    Properties

    meta?: Meta
    ssh_keys: SSHKey[]