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