Skip to main content
Module

x/appwrite/mod.ts>Models.AttributeRelationship

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

AttributeRelationship

definition: { key: string; type: string; status: string; error: string; required: boolean; array?: boolean; relatedCollection: string; relationType: string; twoWay: boolean; twoWayKey: string; onDelete: string; side: string; }