UNPKG

@nocobase/plugin-verification

Version:

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

7 lines (6 loc) 186 B
import * as Models from "./weilingwith_models"; import { Client } from "./weilingwith_client"; export declare const v20230427: { Client: typeof Client; Models: typeof Models; };