atrium_api/app/bsky/
labeler.rs

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