Type to define the options to pass to an IMdmRestHandler to process a resource.
This type uses an index signature to provide any property and value to this object, for example:
const options: IMdmRestHandlerOptions = {
method: 'POST',
body: {
id: 42,
name: 'Test'
}
};
Generated using TypeDoc
Type to define the options to pass to an IMdmRestHandler to process a resource.
This type uses an index signature to provide any property and value to this object, for example:
IMdmRestHandler