feat: added in_trash page property

This commit is contained in:
Bram Dingelstad 2025-02-27 14:01:59 +01:00
parent 1ff6ebc113
commit b4463f2b78

View file

@ -964,6 +964,7 @@ pub struct Page {
pub properties: HashMap<String, Property>,
pub archived: bool,
pub in_trash: bool,
}
impl Page {