Skip to content

Commit 746cd28

Browse files
committed
chore: add missing PushQuery fields
1 parent 0432791 commit 746cd28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/db/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export type PushQuery = {
66
blocked: boolean;
77
allowPush: boolean;
88
authorised: boolean;
9+
canceled: boolean;
10+
rejected: boolean;
911
};
1012

1113
export type UserRole = 'canPush' | 'canAuthorise';

0 commit comments

Comments
 (0)