Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit 39ac5e6

Browse files
committed
refactor: export ResponseContract from adonis module
1 parent fdcfd5e commit 39ac5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adonis-typings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
declare module '@ioc:Adonis/Src/Response' {
1111
/// <reference path="./src/contracts.ts" />
1212
import { ResponseConstructorContract, ResponseContract as BaseContract } from '@poppinss/response/contracts'
13-
interface ResponseContract extends BaseContract {}
1413

14+
export interface ResponseContract extends BaseContract {}
1515
const Response: ResponseConstructorContract
1616
export default Response
1717
}

0 commit comments

Comments
 (0)