Skip to main content

Class: CommonModule

Common module that provides shared functionality across the application.

Description

This module contains shared DTOs, utilities, and services that are used throughout the application. It includes:

  • Search metadata DTOs for pagination
  • Statistics DTOs for analytics
  • Common interfaces and types

While this module doesn't provide any services directly, it serves as a central location for shared code and types.

Constructors

new CommonModule()

new CommonModule(): CommonModule

Returns

CommonModule