File

libs/eventing/src/lib/model/request/events.ts

Extends

EventingFilter

Index

Properties

Properties

latest
latest: boolean
Type : boolean
Optional
subscriptions
subscriptions: string[]
Type : string[]
Optional
timespan
timespan: Timespan
Type : Timespan
Optional
import { Timespan } from '@helgoland/core';

import { EventingFilter } from './common';

export interface EventFilter extends EventingFilter {
    latest?: boolean;
    subscriptions?: string[];
    timespan?: Timespan;
}

result-matching ""

    No results matching ""