//! This code was AUTOGENERATED using the Codama library.
use crate::types::MetaplexUseMethod;
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone, borsh::BorshSerialize, borsh::BorshDeserialize, PartialEq)]
pub struct MetaplexUses {
pub use_method: MetaplexUseMethod,
pub remaining: u64,
pub total: u64,
}