feat: added in_trash page property
This commit is contained in:
parent
1ff6ebc113
commit
b4463f2b78
1 changed files with 1 additions and 0 deletions
|
@ -964,6 +964,7 @@ pub struct Page {
|
|||
pub properties: HashMap<String, Property>,
|
||||
|
||||
pub archived: bool,
|
||||
pub in_trash: bool,
|
||||
}
|
||||
|
||||
impl Page {
|
||||
|
|
Loading…
Reference in a new issue