PluginWithRequiredHook<K>: Plugin & {
    [P in K]: NonNullable<Plugin[P]>
}

Type Parameters