diff --git a/lib/types/ui/editor/IEditPage.ts b/lib/types/ui/editor/IEditPage.ts index fde4804..c52a75c 100644 --- a/lib/types/ui/editor/IEditPage.ts +++ b/lib/types/ui/editor/IEditPage.ts @@ -1,3 +1,8 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + import { TRenderFunctionResult } from "../layout.interface"; import { IPort } from "./INodes"; diff --git a/lib/types/ui/editor/INetwork.ts b/lib/types/ui/editor/INetwork.ts index e69de29..3514a65 100644 --- a/lib/types/ui/editor/INetwork.ts +++ b/lib/types/ui/editor/INetwork.ts @@ -0,0 +1,5 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + diff --git a/lib/types/ui/editor/render.callbacks.ts b/lib/types/ui/editor/render.callbacks.ts index 6821210..b2b7095 100644 --- a/lib/types/ui/editor/render.callbacks.ts +++ b/lib/types/ui/editor/render.callbacks.ts @@ -1,3 +1,8 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + import { IRenderData } from "../helpers.interface"; import { IEditPage } from "./IEditPage"; import { PN } from "./INodes";