fix(core): update
This commit is contained in:
@ -43,11 +43,11 @@ export interface ITypedRequest {
|
||||
};
|
||||
|
||||
/**
|
||||
* a correlation id that
|
||||
* a correlation id that
|
||||
*/
|
||||
correlation?: {
|
||||
id: string;
|
||||
phase: 'request' | 'response'
|
||||
phase: 'request' | 'response';
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user