PURISTA API / @purista/hono-http-server / VariablesBase
Type Alias: VariablesBase
VariablesBase =
object
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:1
Properties
additionalParameter?
optionaladditionalParameter:Record<string,unknown>
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:5
Additional parameter passed to the commands
instanceId?
optionalinstanceId:string
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:13
The instance ID
principalId?
optionalprincipalId:string
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:7
The principal ID
tenantId?
optionaltenantId:string
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:9
The tenant ID
traceId?
optionaltraceId:string
Defined in: packages/hono-http-server/src/types/VariablesBase.ts:11
The custom trace ID
