mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { Notification } from '~/common/modules/notification/entities';
|
|
|
|
export interface IEventInterface extends Notification {
|
|
data?: any;
|
|
}
|