IQResponse
@quik/http / IQResponse
Interface: IQResponse<TResponse>
Defined in: http/src/router/endpoint/types.ts:18
Type Parameters
TResponse
TResponse = any
Properties
body?
optionalbody?:TResponse
Defined in: http/src/router/endpoint/types.ts:20
contentType?
optionalcontentType?:string
Defined in: http/src/router/endpoint/types.ts:21
fileName?
optionalfileName?:string
Defined in: http/src/router/endpoint/types.ts:22
headers?
optionalheaders?:Record<string,string>
Defined in: http/src/router/endpoint/types.ts:23
isFile?
optionalisFile?:boolean
Defined in: http/src/router/endpoint/types.ts:25
redirect?
optionalredirect?:string
Defined in: http/src/router/endpoint/types.ts:24
status?
optionalstatus?:number
Defined in: http/src/router/endpoint/types.ts:19
toJSON?
optionaltoJSON?: () =>IQResponse<TResponse>
Defined in: http/src/router/endpoint/types.ts:27
Returns
IQResponse<TResponse>