import { IEvent } from "@nestjs/cqrs"; export class UserPrivilegeCreatedEvent { constructor(public readonly data: IEvent) {} }