UNPKG

@nocobase/plugin-verification

Version:

User identity verification management, including SMS, TOTP authenticator, with extensibility.

7 lines (6 loc) 172 B
import * as Models from "./tchd_models"; import { Client } from "./tchd_client"; export declare const v20230306: { Client: typeof Client; Models: typeof Models; };