fuelSupplyRequestFulfilledDataSchema
@mineflow/contracts / fuelSupplyRequestFulfilledDataSchema
Variable: fuelSupplyRequestFulfilledDataSchema
const fuelSupplyRequestFulfilledDataSchema: ZodObject<{
fulfilledQuantityLiters: ZodNumber;
requestId: ZodUUID;
supplyId: ZodUUID;
tankId: ZodUUID;
}, $strip>;
Defined in: events/scm/fuel.ts:80
scm.fuel-supply-request.fulfilled.