Variable MoveFieldSchemaConst
MoveFieldSchema: ZodObject<
{
after: ZodOptional<ZodURL>;
position: ZodOptional<
ZodCustom<
string & {}
| "Earlier"
| "Later"
| "First"
| "Last",
string & {} | "Earlier" | "Later" | "First" | "Last",
>,
>;
},
$loose,
> = ...