UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

5 lines (4 loc) 196 B
import { PropertyBox } from './PropertyBox'; export declare class Station extends PropertyBox { constructor(index: number, name: string, price: number, rent: number, propertyToken: string); }