Skip to main content
Module

x/tpy/mod.ts>User.GET.User

🔑 A strongly typed Pylon API client.
Go to Latest
type alias User.GET.User
import { type User } from "https://deno.land/x/tpy@1.0.0-pre-release-7/mod.ts";
const { User } = User.GET;

Response schema for GET /user.

Returns information based on the currently authenticated user.

definition: { id: StringifiedNumber; lastSeenAt: string; avatar: string | null; displayName: string; hasAccess: boolean; }