We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0432791 commit 746cd28Copy full SHA for 746cd28
src/db/types.ts
@@ -6,6 +6,8 @@ export type PushQuery = {
6
blocked: boolean;
7
allowPush: boolean;
8
authorised: boolean;
9
+ canceled: boolean;
10
+ rejected: boolean;
11
};
12
13
export type UserRole = 'canPush' | 'canAuthorise';
0 commit comments