diff --git a/ui/src/types/bindings/notification.ts b/ui/src/types/bindings/notification.ts index 418bd5e5..d471497b 100644 --- a/ui/src/types/bindings/notification.ts +++ b/ui/src/types/bindings/notification.ts @@ -1,3 +1,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. -export type Notification = { "type": "StartedRefresh", feed_uuid: string, } | { "type": "FeedRefreshed", feed_uuid: string, } | { "type": "EntriesFetched", feed_uuid: string, entry_uuids: Array, }; \ No newline at end of file +export type Notification = { "type": "FetchingEntries", feed_uuid: string, } | { "type": "EntriesFetched", feed_uuid: string, entry_uuids: Array, }; \ No newline at end of file