UNPKG

juapp-freelancer-service-client

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