UNPKG

scheunemann-interfaces

Version:
12 lines (11 loc) 217 B
import { IAppInfo } from '../../purchases'; export interface IMonitor { id: string; companies: { id: string; name: string; }[]; total: number; createdAt: Date; app: IAppInfo; }