Skip to content

Commit

Permalink
Update packages/common/interfaces/http/http-redirect-response.interfa…
Browse files Browse the repository at this point in the history
…ce.ts
  • Loading branch information
kamilmysliwiec authored Sep 11, 2023
1 parent 91f8c22 commit c041c9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { HttpStatus } from '../../enums';

export interface HttpRedirectResponse {
url: string;

statusCode: HttpStatus;
}

0 comments on commit c041c9d

Please sign in to comment.