UNPKG

@nocobase/plugin-verification

Version:

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

7 lines (6 loc) 184 B
import * as Models from "./lighthouse_models"; import { Client } from "./lighthouse_client"; export declare const v20200324: { Client: typeof Client; Models: typeof Models; };