Type Alias ForeignTable

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