// @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;
}