Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.QueueSuccessCarrierinterfacesrc/QueueHyperlink.ts:687

A phantom marker intersected onto a Tag to carry the worker success schema (A's schema) at the type level, without touching the (invariant, RPC-facing) spec. The layer / serve config and the store analytics recover A from here (default Schema.Void). Type-only — no runtime field; the runtime success schema still rides the successSym stamp.

modelsTagSchema.Void
export interface QueueSuccessCarrier<Success extends Schema.Top = typeof Schema.Void> {
  readonly [queueSuccessCarrierSym]?: Success;
}
Referenced by 1 symbols