import type * as CandidApi from "../../../index"; export interface InvoiceItem { serviceLineId: CandidApi.ServiceLineId; amountCents: number; }