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