/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface UserMigrationBeanAsResponse { accountId?: string; key?: string; username?: string; } //# sourceMappingURL=UserMigrationBeanAsResponse.d.ts.map