Traqula
    Preparing search index...
    interface Add {
        destination: NamedNode<string> | "DEFAULT";
        silent?: boolean;
        source: NamedNode<string> | "DEFAULT";
        subType?: string;
        type: ADD;
    }

    Hierarchy (View Summary)

    Index

    Properties

    destination: NamedNode<string> | "DEFAULT"
    silent?: boolean
    source: NamedNode<string> | "DEFAULT"
    subType?: string
    type: ADD