summaryrefslogtreecommitdiff
path: root/dichroism/src/entities/photo.rs
blob: 34e9c28bde3d6848f8ea2dec7b4d61fd9a28ee89 (plain) (blame)
1
2
3
4
5
#[derive(Debug, Clone, Serialize)]
pub struct Photo {
    pub id: i32,
    pub path: String,
}