// The `Object` / `ResourceName` layer is backed by the resource-store crate
// (`olai-store`), which is native-only; gate it behind the `store` feature so the
// wire-DTO models compile without it (e.g. on wasm).
pub use *;
pub use AssociationLabel;
pub use ErrorResponse;
pub use Object;
pub use *;