• Normalize data from the request object

    Parameters

    • req: PolymorphicRequest

      The request object from which to extract data

    • Optional options: {
          include?: string[];
      }
      • Optional include?: string[]

        An optional array of keys to include in the normalized data. Defaults to DEFAULT_REQUEST_INCLUDES if not provided.

    Returns ExtractedNodeRequestData

    An object containing normalized request data

Generated using TypeDoc