I have the below code snippet:
interface PluginHook { onStoreCreated?: (p1: number) => void; onModel?: (p2: stri