//!
//! Handy wrappers for selected NNS candid types with consistent naming.
//!
use crate*;
///
/// GetSubnetForCanisterRequest
///
///
/// GetSubnetForCanisterResponse
/// Minimal NNS response describing the assigned subnet for a canister.
///
pub type GetSubnetForCanisterResponse = ;
///
/// GetSubnetForCanisterPayload
///