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