fix: add missing TEMPLATE_CATEGORY_LABELS export to types.ts
This commit is contained in:
@@ -427,6 +427,13 @@ export const TEMPLATE_TYPES: Record<string, string> = {
|
|||||||
upc_injunction: "UPC Provisional Measures",
|
upc_injunction: "UPC Provisional Measures",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const TEMPLATE_CATEGORY_LABELS: Record<string, string> = {
|
||||||
|
schriftsatz: "Schriftsatz",
|
||||||
|
vertrag: "Vertrag",
|
||||||
|
korrespondenz: "Korrespondenz",
|
||||||
|
intern: "Intern",
|
||||||
|
};
|
||||||
|
|
||||||
// AI Case Strategy
|
// AI Case Strategy
|
||||||
|
|
||||||
export interface StrategyStep {
|
export interface StrategyStep {
|
||||||
|
|||||||
Reference in New Issue
Block a user