File

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

Extends

Id

Index

Properties

Properties

details
details: literal type
Type : literal type
Optional
label
label: string
Type : string
notifications
notifications: Notification[]
Type : Notification[]
seriesHref
seriesHref: string
Type : string
import { Id, EventingEndpoint } from './common';
import { Notification } from './notifications';

export interface Publication extends Id {
    label: string;
    seriesHref: string;
    notifications: Notification[];
    details?: {
        category: string;
        feature: string;
        phenomenon: string;
        procedure: string;
        unit: string;
    };
}

export interface PublicationResults extends EventingEndpoint<Publication> { }

result-matching ""

    No results matching ""