@itd-api/testing / RecordedOperation
Interface: RecordedOperation
Defined in: packages/testing/src/operations.ts:30
Зафиксированный вызов семантической операции.
Properties
operationId
ts
readonly operationId: OperationId;Defined in: packages/testing/src/operations.ts:32
request
ts
readonly request: Readonly<OperationRequestOptions>;Defined in: packages/testing/src/operations.ts:33
sequence
ts
readonly sequence: number;Defined in: packages/testing/src/operations.ts:31