UNPKG

@fariz_f/gsrp-types

Version:

Types for the Golden State RP ecosystem

8 lines (7 loc) 172 B
import { BankAccount } from "./"; export interface Character { firstname: string, middleNames: [string], cash: number, bankAccounts: [BankAccount] }