Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/models.d.ts>Models.MfaChallenge

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.MfaChallenge
import { type Models } from "https://deno.land/x/appwrite@11.0.0/src/models.d.ts";
const { MfaChallenge } = Models;

MFA Challenge

definition: { $id: string; $createdAt: string; userId: string; expire: string; }