UNPKG

@tomei/live-price

Version:

Tomei live-price Package

11 lines (10 loc) 390 B
import { IFeedConfigAttr } from '../interfaces/price-feed-config-attr.interface'; import { Model } from 'sequelize-typescript'; export default class FeedConfigModel extends Model implements IFeedConfigAttr { FeedConfigId: string; NotificationEmail: string; CutOffReminderInternal: number; ManualPriceReminderInternal: number; UpdatedAt: Date; UpdatedById: string; }