···3030use crate::model::repository::TangledRepository;3131use crate::public::xrpc::XrpcError;3232use crate::types::push_certificate::PushCertificate;3333-use crate::types::repository_key::RepositoryKey;3333+use crate::types::repository_spec::RepositoryKey;34343535/// Environment variable containing one or more whitespace separated URLs for3636/// the internal API.
···66use crate::lexicon::com::atproto::repo::list_records::Record;7788pub mod push_certificate;99-pub mod repository_key;1010-pub mod repository_path;99+pub mod repository_spec;1110pub mod sh_tangled;12111312#[derive(Debug)]