UNPKG

@turnkey/http

Version:

Typed HTTP client for interacting with Turnkey API

9 lines 381 B
import type { Schema } from "./schema-format"; export declare const credentialCreationOptions: Schema; export declare const publicKeyCredentialWithAttestation: Schema; export declare const credentialRequestOptions: Schema; export declare const publicKeyCredentialWithAssertion: Schema; export declare const schema: { [s: string]: Schema; }; //# sourceMappingURL=schema.d.ts.map