Variable messageDataConst

messageData: ZodUnion<[ZodObject<{
    @type: ZodLiteral<"msg.dataRaw">;
    body: ZodString;
    init_state: ZodString;
}, "strip", ZodTypeAny, {
    @type: "msg.dataRaw";
    body: string;
    init_state: string;
}, {
    @type: "msg.dataRaw";
    body: string;
    init_state: string;
}>, ZodObject<{
    @type: ZodLiteral<"msg.dataText">;
    text: ZodString;
}, "strip", ZodTypeAny, {
    @type: "msg.dataText";
    text: string;
}, {
    @type: "msg.dataText";
    text: string;
}>, ZodObject<{
    @type: ZodLiteral<"msg.dataDecryptedText">;
    text: ZodString;
}, "strip", ZodTypeAny, {
    @type: "msg.dataDecryptedText";
    text: string;
}, {
    @type: "msg.dataDecryptedText";
    text: string;
}>, ZodObject<{
    @type: ZodLiteral<"msg.dataEncryptedText">;
    text: ZodString;
}, "strip", ZodTypeAny, {
    @type: "msg.dataEncryptedText";
    text: string;
}, {
    @type: "msg.dataEncryptedText";
    text: string;
}>]> = ...

Generated using TypeDoc