UNPKG

@ffxiv-teamcraft/simulator

Version:
10 lines (9 loc) 190 B
export interface Ingredient { id: number | string; amount: number; quality?: number; stepid?: string; part?: string; phase?: number; custom?: boolean; }