UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

6 lines (5 loc) 194 B
import * as IO from "../../helpers/io.js"; export declare enum CredentialsAlgorithm { ED_25519 = "ed25519" } export declare const RCredentialsAlgorithm: IO.Type<"ed25519", string, unknown>;