Type alias EventsParams

EventsParams: PageParams & PaginationParams & {
    name?: string;
}

Generated using TypeDoc