UNPKG

@inv2/common

Version:

A common module for v2

11 lines (10 loc) 227 B
import { Subjects } from "./subjects"; export interface LogCreatedEvent { subject: Subjects.LogCreated; data: { service: string; level: string; message: string; timestamp: Date; }; }