fix(event) perbaikan extend event
parent
7bd79bffd2
commit
4fc428e3b7
|
@ -1,4 +1,4 @@
|
||||||
import { IEvent } from '@nestjs/cqrs';
|
import { IEvent } from 'src/core/strings/constants/interface.constants';
|
||||||
|
|
||||||
export class UserPrivilegeCreatedEvent {
|
export class UserPrivilegeCreatedEvent {
|
||||||
constructor(public readonly data: IEvent) {}
|
constructor(public readonly data: IEvent) {}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { IEvent } from '@nestjs/cqrs';
|
import { IEvent } from 'src/core/strings/constants/interface.constants';
|
||||||
|
|
||||||
export class UserPrivilegeDeletedEvent {
|
export class UserPrivilegeDeletedEvent {
|
||||||
constructor(public readonly data: IEvent) {}
|
constructor(public readonly data: IEvent) {}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { IEvent } from '@nestjs/cqrs';
|
import { IEvent } from 'src/core/strings/constants/interface.constants';
|
||||||
|
|
||||||
export class UserPrivilegeUpdatedEvent {
|
export class UserPrivilegeUpdatedEvent {
|
||||||
constructor(public readonly data: IEvent) {}
|
constructor(public readonly data: IEvent) {}
|
||||||
|
|
Loading…
Reference in New Issue