@archastro/sdk
    Preparing search index...

    Variable messageContextSchemaConst

    messageContextSchema: ZodObject<
        {
            attributes: ZodOptional<
                ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
            >;
            content: ZodOptional<ZodNullable<ZodString>>;
            title: ZodOptional<ZodNullable<ZodString>>;
            type: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            attributes?: Record<string, {} | null>;
            content?: string | null;
            title?: string | null;
            type: string;
        },
        {
            attributes?: Record<string, {} | null>;
            content?: string | null;
            title?: string | null;
            type: string;
        },
    > = ...

    Runtime validator for MessageContext.