fuelSupplyRequestSubmittedDataSchema
@mineflow/contracts / fuelSupplyRequestSubmittedDataSchema
Variable: fuelSupplyRequestSubmittedDataSchema
const fuelSupplyRequestSubmittedDataSchema: ZodObject<{
initiatorId: ZodUUID;
requestedVolumeLiters: ZodNumber;
requestId: ZodUUID;
submittedAt: ZodISODateTime;
tankId: ZodUUID;
}, $strip>;
Defined in: events/scm/fuel.ts:51
scm.fuel-supply-request.submitted — draft → sent.