@truenas/api-client
    Preparing search index...

    Interface SSHKeyPair

    interface SSHKeyPair {
        private_key?: string | null;
        public_key?: string | null;
    }
    Index
    private_key?: string | null
    public_key?: string | null