7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import * as plugins from './typedrequest-interfaces.plugins';
|
|
|
|
export interface ITypedRequest {
|
|
method: string;
|
|
request: object;
|
|
response: object;
|
|
} |