1 2 3 4 5 6 7
// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification` namespace. pub mod get_unread_count; pub mod list_notifications; pub mod put_preferences; pub mod register_push; pub mod update_seen;