fix(core): update

This commit is contained in:
2022-10-26 11:35:19 +02:00
parent 708c5d8a5b
commit 686ff9e6f2
13 changed files with 4396 additions and 1777 deletions

View File

@ -43,11 +43,11 @@ export interface ITypedRequest {
};
/**
* a correlation id that
* a correlation id that
*/
correlation?: {
id: string;
phase: 'request' | 'response'
phase: 'request' | 'response';
};
}