Variable metaMessageSchemaConst
metaMessageSchema: ZodObject<{
messageType: ZodUnion<[ZodLiteral<"topic">, ZodLiteral<"requestFullTopic">, ZodLiteral<"service">, ZodLiteral<"serviceResponse">]>;
source: ZodString;
timestamp: ZodNumber;
}, "strip", ZodTypeAny, {
messageType: "topic" | "service" | "requestFullTopic" | "serviceResponse";
source: string;
timestamp: number;
}, {
messageType: "topic" | "service" | "requestFullTopic" | "serviceResponse";
source: string;
timestamp: number;
}> = ...
Meta information about a message