Type Alias: ResourceListChangedSink()
ts
type ResourceListChangedSink = () => void;Defined in: packages/core/src/resource/ResourceRegistry.ts:39
Callback for sending notifications/resources/list_changed.
Returns
void