Skip to content

Commit

Permalink
update ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed May 8, 2024
1 parent 10f8171 commit d35ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/types/bindings/notification.ts
Original file line number Diff line number Diff line change
@@ -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<string>, };
export type Notification = { "type": "FetchingEntries", feed_uuid: string, } | { "type": "EntriesFetched", feed_uuid: string, entry_uuids: Array<string>, };

0 comments on commit d35ca55

Please sign in to comment.