8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
![]() |
import type { Category } from "../Template";
|
||
|
|
||
|
export const REPAIR_TEMPLATES: Category = {
|
||
|
categoryType: "Repair",
|
||
|
category: "Ремонт",
|
||
|
templates: [],
|
||
|
};
|