UNPKG

juapp-freelancer-service-client

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