Eulergraph
    Preparing search index...

    Type Alias ForeignTable

    type ForeignTable = {
        tables: Table[];
        type: "table";
    }
    Index

    Properties

    Properties

    tables: Table[]
    type: "table"