feat: provide routed through field on message
serenity 1 month ago 9e6c7049 84bfaff4
··· 18 18 channel: z.string(), 19 19 content: z.string(), 20 20 sentBy: didSchema, 21 21 + routedThrough: didSchema, 21 22 sentAt: z.coerce.date(), 22 23 }) 23 24 .strict();