6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export interface IEvent_Request {
|
|
httpMethod: string;
|
|
httpRoute: string;
|
|
durationToResponse: number;
|
|
}
|