mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 8 additions and 0 deletions
@ -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