refactor: Link ownership-costs to documents feature (#29) #30
@@ -50,8 +50,8 @@ export const UpdateOwnershipCostSchema = z.object({
|
|||||||
});
|
});
|
||||||
export type UpdateOwnershipCostRequest = z.infer<typeof UpdateOwnershipCostSchema>;
|
export type UpdateOwnershipCostRequest = z.infer<typeof UpdateOwnershipCostSchema>;
|
||||||
|
|
||||||
// Response types
|
// Response type (alias to OwnershipCost)
|
||||||
export interface OwnershipCostResponse extends OwnershipCost {}
|
export type OwnershipCostResponse = OwnershipCost;
|
||||||
|
|
||||||
// TCO aggregation stats
|
// TCO aggregation stats
|
||||||
// NOTE: Extended for backward compatibility with vehicles service
|
// NOTE: Extended for backward compatibility with vehicles service
|
||||||
|
|||||||
Reference in New Issue
Block a user