summaryrefslogtreecommitdiff
path: root/dichroism/src/entities/photo_set.rs
blob: b9f7710d8d2f890a3d462d9cc72d6f31609277c8 (plain) (blame)
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Serialize)]
pub struct PhotoSet {
    pub id: i32,
    pub base: i32,
    pub fullsize: i32,
    pub thumbnail: i32,
    pub original: i32,
}