Hyperlinkv0.9.0-beta.0

WorkPool

WorkPool.queueJsonAttributesconstsrc/WorkPool.ts:286
Schema.$Record<
  Schema.String,
  Schema.Codec<JsonValue, JsonValue, never, never>
>

Option attributes — a readonly record of JsonValue, matching the engine's { readonly [key: string]: JsonValue } on QueueReleaseOptions / QueueRouteOptions.

wire schemasJsonValue
Source src/WorkPool.ts:2861 lines
export const queueJsonAttributes = Schema.Record(Schema.String, jsonValue);
Referenced by 2 symbols