Type alias DevfiveApiRequestOptionWithPathParams<PathParams, QS>

DevfiveApiRequestOptionWithPathParams<PathParams, QS>: {
    headers?: Record<string, string | number>;
    params?: Record<string, string | number>;
    qs?: QS;
} & DevfiveApiRequestPathParamsOption<PathParams>

Type Parameters

  • PathParams extends string

  • QS = any

Type declaration

  • Optional headers?: Record<string, string | number>
  • Optional params?: Record<string, string | number>
  • Optional qs?: QS

Generated using TypeDoc