UNPKG

juapp-freelancer-service-client

Version:
27 lines (25 loc) 606 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Project = { id?: string; name?: string; startDate?: string; endDate?: string; onSiteHourlyRate?: number; remoteHourlyRate?: number; client?: string; contactEmail?: string; contactPhoneNumber?: string; contactName?: string; street?: string; houseNumber?: string; postalCode?: string; city?: string; description?: string; paymentMonthDay?: number; githubOrganisation?: string; jiraOrganisation?: string; createdAt?: string; updatedAt?: string; }