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

Properties

accountId?: string
key?: string
username?: string