fuelSupplyRequestCreatedDataSchema
@mineflow/contracts / fuelSupplyRequestCreatedDataSchema
Variable: fuelSupplyRequestCreatedDataSchema
const fuelSupplyRequestCreatedDataSchema: ZodObject<{
initiatorId: ZodUUID;
organizationId: ZodUUID;
requestedVolumeLiters: ZodNumber;
requestId: ZodUUID;
tankId: ZodUUID;
}, $strip>;
Defined in: events/scm/fuel.ts:40
scm.fuel-supply-request.created — FSM [*] → draft.