Options
All
  • Public
  • Public/Protected
  • All
Menu

Type to define the parameters to pass to a GET resource request as part of the URL query string.

This type uses an index signature to provide any property and value to this object, for example:

const parameters: IMdmQueryStringParams = {
 id: 123,
 sort: 'name',
 sortOrder: 'asc'
};

Hierarchy

  • IMdmQueryStringParams

Indexable

[key: string]: any

Type to define the parameters to pass to a GET resource request as part of the URL query string.

This type uses an index signature to provide any property and value to this object, for example:

const parameters: IMdmQueryStringParams = {
 id: 123,
 sort: 'name',
 sortOrder: 'asc'
};

Generated using TypeDoc