3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

Various Knub 30 and type fixes

This commit is contained in:
Dragory 2020-07-06 02:08:11 +03:00
parent c9f3e9e239
commit 08550f922a
4 changed files with 20 additions and 16 deletions

View file

@ -4,4 +4,4 @@ import { ZeppelinPluginBlueprint } from "./ZeppelinPluginBlueprint";
// prettier-ignore
export type ZeppelinPlugin =
| typeof ZeppelinPluginClass
| ZeppelinPluginBlueprint;
| ZeppelinPluginBlueprint<any>;