Runner
INanoServiceResponse
nanoservice-ts / runner/src / INanoServiceResponse
Interface: INanoServiceResponse
Defined in: core/runner/src/NanoServiceResponse.ts:4
Extends
ResponseContext
Properties
contentType?
optional
contentType:string
Defined in: core/shared/dist/types/ResponseContext.d.ts:6
Inherited from
ResponseContext.contentType
data
data:
unknown
Defined in: core/shared/dist/types/ResponseContext.d.ts:3
Inherited from
ResponseContext.data
error
error:
null
|GlobalError
Defined in: core/shared/dist/types/ResponseContext.d.ts:4
Inherited from
ResponseContext.error
steps
steps:
NodeBase
[]
Defined in: core/runner/src/NanoServiceResponse.ts:5
success?
optional
success:boolean
Defined in: core/shared/dist/types/ResponseContext.d.ts:5
Inherited from
ResponseContext.success