UNPKG

@fariz_f/gsrp-types

Version:

Types for the Golden State RP ecosystem

7 lines (6 loc) 146 B
import { Character } from "./character"; export interface Player { id: string, hardwareIds: [string], characters: [Character] }