Interface EventsTypeResponse

interface EventsTypeResponse {
    count: number;
    data: string[];
}

Properties

Properties

count: number
data: string[]