juapp-freelancer-service-client
Version:
freelancer service client
24 lines (22 loc) • 554 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type UpdateProjectRequest = {
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;
}