IUserRemovedEvent type
Home > @cbnsndwch/zrocket-contracts > IUserRemovedEvent
IUserRemovedEvent type
Signature:
type IUserRemovedEvent = IHasShortId & {
type: 'removed';
data?: never;
diff?: never;
unset?: never;
};References: IHasShortId
How was this page?