Traqula
    Preparing search index...
    interface Multi {
        input: Algebra.Operation[];
        metadata?: Record<string, unknown>;
        type: Algebra.Types;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    metadata?: Record<string, unknown>