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