Shared
ResponseContext
nanoservice-ts / shared/src / ResponseContext
Type Alias: ResponseContext
ResponseContext:
object
Defined in: core/shared/src/types/ResponseContext.ts:3
Type declaration
contentType?
optional
contentType:string
data
data:
unknown
error
error:
GlobalError
|null
success?
optional
success:boolean