hetzner-ts
    Preparing search index...

    Interface SSHKey

    interface SSHKey {
        created: string;
        fingerprint: string;
        id: number;
        labels: Record<string, string>;
        name: string;
        public_key: string;
    }
    Index

    Properties

    created: string
    fingerprint: string
    id: number
    labels: Record<string, string>
    name: string
    public_key: string