Skip to main content
Module

x/appwrite/mod.ts>Models.AttributeIp

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

AttributeIP

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