File

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

Extends

Id

Index

Properties

Properties

deliveryMethod
deliveryMethod: Id
Type : Id
notification
notification: Notification
Type : Notification
user
user: Id
Type : Id
import { EventingEndpoint, Id } from './common';
import { Notification } from './notifications';

export interface Subscription extends Id {
    deliveryMethod: Id;
    notification: Notification;
    user: Id;
}

export interface SubscriptionResults extends EventingEndpoint<Subscription> { }

result-matching ""

    No results matching ""