Skip to content

Commit 20ae01a

Browse files
committed
🧹 Chore: remove unused properties in Params_Events interface
1 parent 4ba99c2 commit 20ae01a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/src/types/event.types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ export interface Params_Events {
2121
startDate: string;
2222
endDate: string;
2323
someday: boolean;
24-
/* these not implemented yet */
25-
page?: number;
26-
pageSize?: number;
27-
offset?: number;
28-
priorities?: Priorities[]; // TODO use ids instead of words
2924
}
3025

3126
export interface Payload_Order {

0 commit comments

Comments
 (0)