@suluk/builder - v0.1.11
    Preparing search index...

    Interface SwapResult<T>

    interface SwapResult<T> {
        doc: T;
        error?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    doc: T
    error?: string