Hyperlinkv0.8.0-beta.28

CustomQueueHyperlink

export const configure = <
  Self,
  F extends CustomQueueItemFields = CustomQueueItemFields,
  E = never,
  R = never,
  RR = never,
>(
  tag: HyperlinkTag<Self, CustomQueueInstanceSpec<F>>,
  patch: ConfigPatch<CustomQueueLayerConfig<Schema.Struct<F>["Type"], E, R, RR>>,
): Layer.Layer<never> => configureLayer(tag.key, patch);