Params: {
    [key: string]: any;
}

Represents the query parameters of an HTTP request, which can contain any key-value pairs.

Type declaration

  • [key: string]: any