import { Event } from '../models/Event.model'; /** * @public */ export interface GetSubscriptionEvents200Response { events: Array; }