Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface DashOrganization
import { type DashOrganization } from "https://deno.land/x/kview@0.15.0/utils/dash.ts";

Properties

id: string
name: string | null
pro: boolean
subscription: { plan: string; currentPeriodStart: string; currentPeriodEnd: string; }
features: Record<string, boolean>
createdAt: string
updatedAt: string