feat: implement new costTypes
Grundpreis auf Zeit, sowie Privat Versicherung
This commit is contained in:
@@ -37,7 +37,9 @@ export const CostTypeVariant = {
|
||||
KILOMETERZUSCHLAG: "KILOMETERZUSCHLAG",
|
||||
FAHRZEUGZUSCHLAG: "FAHRZEUGZUSCHLAG",
|
||||
TSWDIFFERENZIERUNG: "TSWDIFFERENZIERUNG",
|
||||
GRUNDPREIS: "GRUNDPREIS"
|
||||
GRUNDPREIS: "GRUNDPREIS",
|
||||
GRUNDPREIS_ZEIT: "GRUNDPREIS_ZEIT",
|
||||
PRIVATVERSICHERUNG: "PRIVATVERSICHERUNG"
|
||||
} as const;
|
||||
export type CostTypeVariant = (typeof CostTypeVariant)[keyof typeof CostTypeVariant];
|
||||
export type Anomaly = {
|
||||
|
||||
Reference in New Issue
Block a user