g3-toolkit API Reference
    Preparing search index...

    Interface RestEdgeMapping

    interface RestEdgeMapping {
        properties?: Record<string, unknown>;
        source: string;
        target: string;
        type: string;
    }
    Index

    Properties

    properties?: Record<string, unknown>
    source: string
    target: string
    type: string