UNPKG

siigo-api-node

Version:
7 lines (6 loc) 106 B
export interface CostCenters { id: number; code: string; name: string; active: boolean; }