use crateRequest;
use ;
use Deserialize;
/// A struct representing a collection of accounts
/// A struct representing a Monzo Account
// Since there are no fields to set on this request, we simply forward the
// underlying 'Request'
pub type AccountsRequest = ;