Add projected cost and revenue
This commit is contained in:
@@ -17,4 +17,6 @@ export type IndJob = {
|
||||
saleStart?: IsoDateString
|
||||
status: IndJobStatusOptions
|
||||
updated?: IsoDateString
|
||||
projectedCost?: number
|
||||
projectedRevenue?: number
|
||||
}
|
||||
Reference in New Issue
Block a user