changed types around
This commit is contained in:
parent
24e82bbb78
commit
f61d1aa0c3
75 changed files with 3625 additions and 34314 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Redis from 'ioredis';
|
||||
import { Event } from '@stock-bot/shared-types';
|
||||
import { Event } from '@stock-bot/types';
|
||||
|
||||
export type EventHandler<T extends Event = Event> = (event: T) => Promise<void> | void;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue