/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface KeyTypePairBean { /** * Input would change according to specified type. */ key: string; type: "USER" | "TEAM"; } //# sourceMappingURL=KeyTypePairBean.d.ts.map