Skip to main content
Module

x/appwrite/mod.ts>Models.Rule

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

Rule

definition: { $id: string; $collection: string; type: string; key: string; label: string; xdefault: string; array: boolean; required: boolean; list: string[]; }