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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    metadata?: Record<string, unknown>
    template: Algebra.Pattern[]
    type: CONSTRUCT