UNPKG

openblox

Version:

Roblox API Wrapper For Both Classic And OpenCloud APIs.

11 lines (10 loc) 296 B
import type { Identifier, UrlSecure } from "typeforge"; export type UserInfoData = { sub: Identifier; name: string; nickname: string; preferred_username: string; created_at: number; profile: `https://www.roblox.com/users/${Identifier}/profile`; picture: UrlSecure; };