pos-be/src/modules/user-related/user-privilege/domain/entities/event/user-privilege-change-statu...

6 lines
169 B
TypeScript

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