Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Subscriber

definition: { $id: string; $createdAt: string; $updatedAt: string; targetId: string; target: Target; userId: string; userName: string; topicId: string; providerType: string; }