UNPKG

ade-planning-api

Version:

An unofficial API wrapper for ADE Planning from Adesoft

9 lines (8 loc) 126 B
export interface Cost { id: number; name: string; value: number; } export interface Costs { costs: Cost[]; }