UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 208 B
import { EOrderOccurrenceType } from '../enum/order-occurrence-type.enum'; export interface IOrderOccurrence { type: EOrderOccurrenceType; message: string; createdAt: Date; readed: boolean; }