Variable EarningSelectFieldsSchemaJsonConst
EarningSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
amount: ZodOptional<ZodCoercedBoolean<unknown>>;
hours: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
paycheck: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
where: ZodOptional<
ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
>;
},
$strip,
>,
],
>,
>;
paycheckId: ZodOptional<ZodCoercedBoolean<unknown>>;
rate: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...