UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

10 lines (9 loc) 268 B
import { HalResource } from 'hal-types'; import { EEventType } from '../enums/EEventType'; export interface INotification extends HalResource { creationTime: string; eventTypeName: EEventType; executed?: boolean; received: boolean; text: string; }