.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
type NextPluginsEvent = {
|
||||
eventName: string;
|
||||
payload: {
|
||||
packageName: string;
|
||||
packageVersion: string;
|
||||
};
|
||||
};
|
||||
export declare function eventNextPlugins(dir: string): Promise<Array<NextPluginsEvent>>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user