Skip to main content
Module

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

🔑 A strongly typed Pylon API client.
Latest
type alias User.GET.User
import { type User } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { User } = User.GET;

Response schema for GET /user.

Returns information based on the currently authenticated user.

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