Skip to content

Commit

Permalink
chore: remove dev query param from request query type
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan1738 committed Sep 12, 2024
1 parent 42c83d1 commit ea45007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/requests.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export type UpdateRequestBody = {
};

export type RequestQuery = {
dev?: string;
type?: string;
requestedBy?: string;
state?: REQUEST_STATE.APPROVED | REQUEST_STATE.PENDING | REQUEST_STATE.REJECTED;
Expand Down

0 comments on commit ea45007

Please sign in to comment.