use IndexMap;
use crateFromDomainIdsError;
/// Domain ID bindings from a command input.
///
/// Maps domain ID field names to the values to query for.
/// Multiple input fields can map to the same domain ID field name.
pub type DomainIdBindings = ;