Task/refactor Activities interface to ActivitiesResponse interface (#5835)
* Refactor Activities interface to ActivitiesResponse interfacepull/5786/head
parent
d1a151bd60
commit
e03f58feff
@ -0,0 +1,6 @@
|
||||
import { Activity } from '@ghostfolio/api/app/order/interfaces/activities.interface';
|
||||
|
||||
export interface ActivitiesResponse {
|
||||
activities: Activity[];
|
||||
count: number;
|
||||
}
|
||||
Loading…
Reference in new issue