Type to define the options to pass to every IMdmRestHandler to process a resource. These are the default options for every request, such as particular HTTP headers to use.
This type uses an index signature to provide any property and value to this object, for example:
const options: IMdmDefaultHttpRequestOptions = {
headers: {
'content-type': 'application/json'
}
};
Generated using TypeDoc
Type to define the options to pass to every IMdmRestHandler to process a resource. These are the default options for every request, such as particular HTTP headers to use.
This type uses an index signature to provide any property and value to this object, for example:
MdmResourcesConfiguration