We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e0136 commit 1df7c11Copy full SHA for 1df7c11
client/src/types/schema.ts
@@ -23,7 +23,7 @@ export const ENCLOSURE_TYPES = {
23
"1590BB": { width: 119.5, height: 94, depth: 30, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
24
"1590BB2": { width: 120, height: 94, depth: 34, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
25
"1590DD": { width: 188, height: 120, depth: 33, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
26
- "1590XX": { width: 145, height: 120, depth: 35, cornerStyle: "rounded" as const, rotatesLabels: true },
+ "1590XX": { width: 145, height: 120, depth: 35, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
27
} as const;
28
29
export type EnclosureType = keyof typeof ENCLOSURE_TYPES;
0 commit comments