Type alias StationaryEventsParams

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

Generated using TypeDoc