Перейти к основному содержимому

tmcMovementTypeEnumSchema

@mineflow/contracts


@mineflow/contracts / tmcMovementTypeEnumSchema

Variable: tmcMovementTypeEnumSchema

const tmcMovementTypeEnumSchema: ZodEnum<{
consumption_auto: "consumption_auto";
consumption_manual: "consumption_manual";
inbound: "inbound";
inventory_adjustment: "inventory_adjustment";
reversal: "reversal";
transfer_in: "transfer_in";
transfer_out: "transfer_out";
}> = tmcMovementTypeEnum;

Defined in: events/scm/tmc.ts:412