Saved<T> src/Interface.ts#L230
The saved object type.
Properties:
| Name | Type | Description |
|---|---|---|
| addedAt | number | The timestamp when the item was added at. |
| item | T | The saved item. |
The saved object type.
| Name | Type | Description |
|---|---|---|
| addedAt | number | The timestamp when the item was added at. |
| item | T | The saved item. |