1
2
3
4
5
6
7
8
use crate::{geo::*, id::*};

#[derive(Debug, Clone, PartialEq)]
pub struct BboxSubscription {
    pub id: Id,
    pub user_email: String,
    pub bbox: MapBbox,
}