Hyperlinkv0.8.0-beta.28

Hyperlink

Hyperlink.LocalNeedsTypeinterfacesrc/Hyperlink.ts:1771

The error surface a bare local resolves to when the service interface has no member at that key — a required, unsatisfiable field, so the whole contract argument fails to type-check at the call.

modelslocal
Source src/Hyperlink.ts:17714 lines
export interface LocalNeedsType<K extends PropertyKey> {
  readonly [localNeedsTypeSym]: `Hyperlink.local at '${K & string}' has no type — add '${K &
    string}' to the service interface, or use local<T>()`;
}
Referenced by 1 symbols