Type alias CreateAppSignedRequestProps
 
CreateAppSignedRequestProps: { 
    body?: string; 
    headers?: Record<string, string>; 
    method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "HEAD"; 
    path: string; 
}
Type declaration
- 
Optional body?: string
 
- 
Optional headers?: Record<string, string>
 
- 
method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "HEAD"
 
- 
path: string
 
  
optional stringified body of the request