View Source
Operation that renames a table.
type RenameTableOperation = { from: TableRef; kind: "renameTable"; to: TableRef; };