Variable EarningOwnWhereSchemaConst
EarningOwnWhereSchema: ZodObject<
{
amount: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ZodOptional<ZodCoercedNumber<unknown>>;
gt: ZodOptional<ZodCoercedNumber<unknown>>;
gte: ZodOptional<ZodCoercedNumber<unknown>>;
in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
lt: ZodOptional<ZodCoercedNumber<unknown>>;
lte: ZodOptional<ZodCoercedNumber<unknown>>;
not: ZodOptional<
ZodObject<
{
equals: ZodCoercedNumber<(...)>;
gt: ZodCoercedNumber<(...)>;
gte: ZodCoercedNumber<(...)>;
in: ZodArray<(...)>;
lt: ZodCoercedNumber<(...)>;
lte: ZodCoercedNumber<(...)>;
notIn: ZodArray<(...)>;
},
$strip,
>,
>;
notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
},
$strip,
>,
],
>,
>;
hours: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ZodOptional<ZodCoercedNumber<unknown>>;
gt: ZodOptional<ZodCoercedNumber<unknown>>;
gte: ZodOptional<ZodCoercedNumber<unknown>>;
in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
lt: ZodOptional<ZodCoercedNumber<unknown>>;
lte: ZodOptional<ZodCoercedNumber<unknown>>;
not: ZodOptional<
ZodObject<
{
equals: ZodCoercedNumber<(...)>;
gt: ZodCoercedNumber<(...)>;
gte: ZodCoercedNumber<(...)>;
in: ZodArray<(...)>;
lt: ZodCoercedNumber<(...)>;
lte: ZodCoercedNumber<(...)>;
notIn: ZodArray<(...)>;
},
$strip,
>,
>;
notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
},
$strip,
>,
],
>,
>;
id: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ZodOptional<ZodCoercedNumber<unknown>>;
gt: ZodOptional<ZodCoercedNumber<unknown>>;
gte: ZodOptional<ZodCoercedNumber<unknown>>;
in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
lt: ZodOptional<ZodCoercedNumber<unknown>>;
lte: ZodOptional<ZodCoercedNumber<unknown>>;
not: ZodOptional<
ZodObject<
{
equals: ZodCoercedNumber<(...)>;
gt: ZodCoercedNumber<(...)>;
gte: ZodCoercedNumber<(...)>;
in: ZodArray<(...)>;
lt: ZodCoercedNumber<(...)>;
lte: ZodCoercedNumber<(...)>;
notIn: ZodArray<(...)>;
},
$strip,
>,
>;
notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
},
$strip,
>,
],
>,
>;
paycheckId: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ZodOptional<ZodCoercedNumber<unknown>>;
gt: ZodOptional<ZodCoercedNumber<unknown>>;
gte: ZodOptional<ZodCoercedNumber<unknown>>;
in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
lt: ZodOptional<ZodCoercedNumber<unknown>>;
lte: ZodOptional<ZodCoercedNumber<unknown>>;
not: ZodOptional<
ZodObject<
{
equals: ZodCoercedNumber<(...)>;
gt: ZodCoercedNumber<(...)>;
gte: ZodCoercedNumber<(...)>;
in: ZodArray<(...)>;
lt: ZodCoercedNumber<(...)>;
lte: ZodCoercedNumber<(...)>;
notIn: ZodArray<(...)>;
},
$strip,
>,
>;
notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
},
$strip,
>,
],
>,
>;
rate: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ZodOptional<ZodCoercedNumber<unknown>>;
gt: ZodOptional<ZodCoercedNumber<unknown>>;
gte: ZodOptional<ZodCoercedNumber<unknown>>;
in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
lt: ZodOptional<ZodCoercedNumber<unknown>>;
lte: ZodOptional<ZodCoercedNumber<unknown>>;
not: ZodOptional<
ZodObject<
{
equals: ZodCoercedNumber<(...)>;
gt: ZodCoercedNumber<(...)>;
gte: ZodCoercedNumber<(...)>;
in: ZodArray<(...)>;
lt: ZodCoercedNumber<(...)>;
lte: ZodCoercedNumber<(...)>;
notIn: ZodArray<(...)>;
},
$strip,
>,
>;
notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
},
$strip,
>,
],
>,
>;
type: ZodOptional<
ZodEnum<
{
BONUS: "BONUS";
OTHER: "OTHER";
OVERTIME: "OVERTIME";
REGULAR: "REGULAR";
},
>,
>;
},
$strip,
> = ...