UNPKG

juapp-freelancer-service-client

Version:
11 lines (8 loc) 212 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ClientInvoice } from './ClientInvoice'; export type ClientInvoices = { total?: number; items?: Array<ClientInvoice>; }