UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

6 lines (5 loc) 138 B
import { HttpStatus } from '../../enums/index.js'; export interface HttpRedirectResponse { url: string; statusCode: HttpStatus; }