export interface UserMigration {
  key?: string;
  username?: string;
  accountId?: string;
}
