Traqula
    Preparing search index...
    interface Copy {
        destination: NamedNode<string> | "DEFAULT";
        metadata?: Record<string, unknown>;
        silent?: boolean;
        source: NamedNode<string> | "DEFAULT";
        type: COPY;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    destination: NamedNode<string> | "DEFAULT"
    metadata?: Record<string, unknown>
    silent?: boolean
    source: NamedNode<string> | "DEFAULT"
    type: COPY