Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.LocalNeedsTypeinterfacesrc/Hyperlink.ts:2184

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:21844 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 2 symbols