hr-db
    Preparing search index...

    Variable PaycheckTaxUpdateSchemaConst

    PaycheckTaxUpdateSchema: ZodObject<
        {
            amount: ZodOptional<ZodCoercedNumber<unknown>>;
            paycheckId: ZodOptional<ZodCoercedNumber<unknown>>;
            taxAuthority: ZodOptional<ZodString>;
        },
        $strip,
    > = ...