hr-db
    Preparing search index...

    Variable PaycheckDeductionUpdateSchemaConst

    PaycheckDeductionUpdateSchema: ZodObject<
        {
            amount: ZodOptional<ZodCoercedNumber<unknown>>;
            employeeDeductionId: ZodOptional<ZodCoercedNumber<unknown>>;
            paycheckId: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...