/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface UnrestrictedUserEmailAsResponse { /** * The accountId of the user */ accountId?: string; /** * The email of the user */ email?: string; [x: string]: any; } //# sourceMappingURL=UnrestrictedUserEmailAsResponse.d.ts.map