• Chobble Tickets
  • docs/config.ts
    • User
interface User

Properties

id: number
username_hash: string
username_index: string
password_hash: string
wrapped_data_key: string | null
admin_level: string
invite_code_hash: string | null
invite_expiry: string | null

Usage

import { type User } from "docs/config.ts";

Document Navigation

  • Properties
    • id
    • username_hash
    • username_index
    • password_hash
    • wrapped_data_key
    • admin_level
    • invite_code_hash
    • invite_expiry