- Preparing search index...
 
- The search index is not available
 
baqend 
 
Request
: {     entity
?: any;     headers
: {         [headerName: 
string]
: string;     };     method
: string;     path
: string;     type
?: RequestBodyType; } 
Type declaration
- 
Optional entity?: any
 
- 
headers: { 
    [headerName: string]: string; 
}
- 
[headerName: string]: string
 
 
- 
method: string
 
- 
path: string
 
-