UNPKG

@iredium/butterfly

Version:
7 lines (6 loc) 164 B
import { Event } from '../../../events/event'; export declare class UserCreatedEvent extends Event { name: string; user: any; constructor(user: any); }