/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface OperationAsResponse { /** * The type of operation. */ operation?: string; /** * The type of entity the operation type targets. */ targetType?: string; } //# sourceMappingURL=OperationAsResponse.d.ts.map