Variable EarningOmitFieldsSchemaConst
EarningOmitFieldsSchema: ZodObject<
{
amount: ZodOptional<ZodCoercedBoolean<unknown>>;
hours: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
paycheckId: ZodOptional<ZodCoercedBoolean<unknown>>;
rate: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...