Remix
Remix
remix/data-table · TypeView Source

RenameTableOperation

Summary

Operation that renames a table.

Signature

type RenameTableOperation = {
  from: TableRef;
  kind: "renameTable";
  to: TableRef;
};