Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Models.AttributeDatetime

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
type alias Models.AttributeDatetime
import { type Models } from "https://deno.land/x/appwrite@8.0.0/mod.ts";
const { AttributeDatetime } = Models;

AttributeDatetime

definition: { key: string; type: string; status: string; error: string; required: boolean; array?: boolean; format: string; xdefault?: string; }