An example extension interface to be implemented by a plugin.
sayHello(): void
Performs a greeting.
An example extension interface to be implemented by a plugin.
sayHello(): void
Performs a greeting.
import { type ExtensionPoint1 } from ".";