Variable SerializedFuelScoopSchemaConst
SerializedFuelScoopSchema: ZodObject<
{ quality: ZodNumber; size: ZodNumber; type: ZodLiteral<"fuelScoop"> },
"strip",
ZodTypeAny,
{ quality: number; size: number; type: "fuelScoop" },
{ quality: number; size: number; type: "fuelScoop" },
> = ...