UNPKG

transporttycoon

Version:

Wrapper for the Transport Tycoon FiveM server API

8 lines (7 loc) 135 B
export interface Business { user_id: number; code: string; business: { [business: string]: number; }; }