UNPKG

@xivapi/angular-client

Version:

xivapi client library (service and models) for angular applications

12 lines (11 loc) 247 B
import { GearDetails } from './gear-details'; export interface GearSet { Attributes: { [index: string]: number; }; ClassID: number; Gear: GearDetails; GearKey: string; JobID: number; Level: number; }