UNPKG

@nocobase/plugin-verification

Version:

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

7 lines (6 loc) 168 B
import * as Models from "./as_models"; import { Client } from "./as_client"; export declare const v20180419: { Client: typeof Client; Models: typeof Models; };