1
2
3
4
5
6
7
8
9
10
11
12
// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `chat.bsky.actor` namespace.
pub mod declaration;
pub mod defs;
pub mod delete_account;
pub mod export_account_data;
#[derive(Debug)]
pub struct Declaration;
impl crate::types::Collection for Declaration {
    const NSID: &'static str = "chat.bsky.actor.declaration";
    type Record = declaration::Record;
}