atrium-api 0.25.4

API library for AT Protocol (Bluesky)
Documentation
1
2
3
4
5
6
// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `app.bsky.notification.defs` namespace.
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct RecordDeletedData {}
pub type RecordDeleted = crate::types::Object<RecordDeletedData>;