Remix
Remix
remix/data-table/migrations · TypeView Source

MigrationRegistry

Summary

Runtime-agnostic migration registry abstraction.

Signature

type MigrationRegistry = {
  list(): MigrationDescriptor[];
  register(migration: MigrationDescriptor): void;
};