tmcConsumedRevertedDataSchema
@mineflow/contracts / tmcConsumedRevertedDataSchema
Variable: tmcConsumedRevertedDataSchema
const tmcConsumedRevertedDataSchema: ZodObject<{
assetUsageId: ZodNullable<ZodUUID>;
productionObjectId: ZodUUID;
quantity: ZodNumber;
reason: ZodString;
reversalSagaId: ZodUUID;
sagaId: ZodUUID;
shiftDate: ZodISODateTime;
shiftReportId: ZodUUID;
tmcItemId: ZodUUID;
tmcUsageId: ZodUUID;
unit: ZodString;
}, $strip>;
Defined in: events/scm/tmc.ts:394