# resolveOperationFeedback

Source: /tuil/docs/reference/packages/operations/api/resolve-operation-feedback
Locale: en

function exported by @mwillbanks/tuil-operations.



{/* Generated by tooling/docs/generate-reference.ts. */}

## function [#function]

Public function exported by `@mwillbanks/tuil-operations`.

```ts
export function resolveOperationFeedback(
  operation: OperationSnapshot,
  now = Date.now(),
): OperationFeedback;
```

## Members [#members]

This declaration has no public members.

## Parameters [#parameters]

| Member      | Type                | Required | Description                                            | Related types                                                                     |
| ----------- | ------------------- | -------- | ------------------------------------------------------ | --------------------------------------------------------------------------------- |
| `operation` | `OperationSnapshot` | Yes      | Supplies the `operation` value as `OperationSnapshot`. | [`OperationSnapshot`](/tuil/docs/reference/packages/operations/api/operation-snapshot) |
| `now`       | `unknown`           | No       | Supplies the `now` value as `unknown`.                 | —                                                                                 |

## Returns [#returns]

`OperationFeedback` — Returns a value that satisfies `OperationFeedback`.

Related types: [`OperationFeedback`](/tuil/docs/reference/packages/operations/api/operation-feedback)

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

* [`OperationFeedback`](/tuil/docs/reference/packages/operations/api/operation-feedback)
* [`OperationSnapshot`](/tuil/docs/reference/packages/operations/api/operation-snapshot)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/operations/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-operations](/tuil/docs/reference/packages/operations)
