begin rewriting first services to be domain agnostic
more rewrites
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type TextBasedFeatureHandleMessageSend = (
|
||||
message: string,
|
||||
channelId: string,
|
||||
) => void | Promise<void>;
|
||||
|
||||
export type TextBasedFeatureInput = {
|
||||
channelId: string;
|
||||
handleMessageSend: TextBasedFeatureHandleMessageSend;
|
||||
};
|
||||
Reference in New Issue
Block a user