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