1 2 3 4 5 6 7 8 9 10 11 12
//! WordPress.com catalog resources via Stripe Projects. //! //! Output envelopes are provisional until pinned by `xtask discover`. //! Excluded: `wordpress.com/domain` (non-refundable domain purchase). pub mod site; #[allow(unused_imports)] pub(crate) use crate::resource::{ CatalogResource as FamilyResource, bool_optional, bool_required, int_optional, int_required, integration_config, interp_optional, interp_required, };