@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface QueuedSend

    One send queued while offline (see the queueOffline option) — replayed FIFO by flushOutbox with its ORIGINAL turnId (the server's turn-dedup is what makes the retry safe). at is Date.now() at enqueue.

    interface QueuedSend {
        at: number;
        images?: string[];
        text: string;
        turnId: string;
    }
    Index
    at: number
    images?: string[]
    text: string
    turnId: string