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

x/kview/utils/dash.ts>DashUser

A web app for Deno KV
Latest
interface DashUser
import { type DashUser } from "https://deno.land/x/kview@0.15.0/utils/dash.ts";

Properties

id: string
login: string
name: string
avatarUrl: string
githubId: number
isBlocked: boolean
isAdmin: boolean
pro: boolean
subscription: { plan: string; currentPeriodStart: string; currentPeriodEnd: string; }
features: string[]
createdAt: string
updatedAt: string