File

libs/eventing/src/lib/model/response/notifications.ts

Extends

Id

Index

Properties

Properties

label
label: string
Type : string
publication
publication: Id
Type : Id
rules
rules: Rule[]
Type : Rule[]
Optional
import { EventingEndpoint, Id } from './common';
import { Rule } from './rules';

export interface Notification extends Id {
    label: string;
    publication: Id;
    rules?: Rule[];
}

export interface NotificationResults extends EventingEndpoint<Notification> { }

result-matching ""

    No results matching ""