Skip to content

Commit bbf373c

Browse files
committed
next: wip added model code gen missed and added todo
1 parent 2a0c356 commit bbf373c

File tree

1 file changed

+5
-0
lines changed
  • src/Exceptionless.Web/ClientApp/src/lib/features/shared/models

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
export { CountResult, type IAggregate, WorkInProgressResult } from '$generated/api';
22

3+
// TODO: Fix api code gen
4+
export class ValueFromBody<T> {
5+
constructor(public value: T) {}
6+
}
7+
38
export * from './aggregations';

0 commit comments

Comments
 (0)