File size: 85 Bytes
cd6720a
 
 
 
 
 
1
2
3
4
5
6
7
/**
 * @publicApi
 */
export type RawBodyRequest<T> = T & {
    rawBody?: Buffer;
};