import { IEvent } from "src/core/strings/constants/interface.constants"; export class RecordErrorLog { constructor(public readonly data: IEvent) {} }