Metatell AI Bot - v0.0.10
    Preparing search index...

    Result of a channel push operation

    interface PushResult<T = unknown> {
        data?: T;
        error?: string;
        status: "error" | "ok" | "timeout";
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    data?: T
    error?: string
    status: "error" | "ok" | "timeout"