Variable InSpaceshipCoordinatesSchemaConst
InSpaceshipCoordinatesSchema: ZodObject<
{ shipId: ZodString; type: ZodLiteral<"inSpaceship"> },
"strip",
ZodTypeAny,
{ shipId: string; type: "inSpaceship" },
{ shipId: string; type: "inSpaceship" },
> = ...