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>;
|
||||
|
||||
// Response types
|
||||
export interface OwnershipCostResponse extends OwnershipCost {}
|
||||
// Response type (alias to OwnershipCost)
|
||||
export type OwnershipCostResponse = OwnershipCost;
|
||||
|
||||
// TCO aggregation stats
|
||||
// NOTE: Extended for backward compatibility with vehicles service
|
||||
|
||||
Reference in New Issue
Block a user