@talentsoft-opensource/integration-widget-contract > "request-options"
Ƭ RequestOptions: * GetRequestOptions | PostRequestOptions | PutRequestOptions | PatchRequestOptions *
Defined in request-options.ts:62
This type represents the parameters needed for a request. There are two mandatory fields: url and verb. You can also provide a body field if the verb is not GET.