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