Variable SerialMoveRequestOwnSelectFieldsSchemaJsonConst
SerialMoveRequestOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
reason: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedById: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedById: ZodOptional<ZodCoercedBoolean<unknown>>;
source: ZodOptional<ZodCoercedBoolean<unknown>>;
sourceId: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
target: ZodOptional<ZodCoercedBoolean<unknown>>;
targetId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...