export interface ISDEsResponse {
    events: any[];
}
