Traqula
    Preparing search index...
    interface UpdateGraph {
        metadata?: Record<string, unknown>;
        silent?: boolean;
        type: Algebra.Types;
    }

    Hierarchy (View Summary)

    Index

    Properties

    metadata?: Record<string, unknown>
    silent?: boolean