Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit a4c52aa

Browse files
committed
(docs): Adding the links to the .NET and Node.js function signatures again.
1 parent 877151f commit a4c52aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/before-after.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ export type PluginBeforeEvent<T extends EventParams> = (
3232
eventParams: T
3333
) => Promisable<T>;
3434

35-
// Node.js version
35+
// Node.js [version](https://github.com/amplication/amplication/blob/master/libs/util/code-gen-types/src/plugins.types.ts#L21)
3636
export type PluginAfterEvent<T extends EventParams> = (
3737
dsgContext: DsgContext,
3838
eventParams: T,
3939
modules: ModuleMap
4040
) => Promisable<ModuleMap>;
4141

42-
// .NET version
42+
// .NET [version](https://github.com/amplication/amplication/blob/master/libs/util/code-gen-types/src/dotnet-plugins.types.ts#L22)
4343
export type PluginAfterEvent<T extends EventParams, F> = (
4444
dsgContext: DsgContext,
4545
eventParams: T,

0 commit comments

Comments
 (0)