tmcCategoryEnumSchema
@mineflow/contracts / tmcCategoryEnumSchema
Variable: tmcCategoryEnumSchema
const tmcCategoryEnumSchema: ZodEnum<{
consumable: "consumable";
drill_tool: "drill_tool";
other: "other";
spare: "spare";
}> = tmcCategoryEnum;
Defined in: events/scm/tmc.ts:410