UNPKG

supertokens-node

Version:
9 lines (8 loc) 312 B
// @ts-nocheck import { APIInterface } from "../"; import type SuperTokens from "../../../supertokens"; import { MultiFactorAuthClaimClass } from "../multiFactorAuthClaim"; export default function getAPIInterface( stInstance: SuperTokens, multiFactorAuthClaim: MultiFactorAuthClaimClass ): APIInterface;