feat: load channel plugins
This commit is contained in:
@@ -23,4 +23,5 @@ export const ChannelsSchema = z
|
||||
imessage: IMessageConfigSchema.optional(),
|
||||
msteams: MSTeamsConfigSchema.optional(),
|
||||
})
|
||||
.catchall(z.unknown())
|
||||
.optional();
|
||||
|
||||
Reference in New Issue
Block a user