From 771c417db8ff3e2a7a27118d5e7712109f506b2b Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 28 May 2019 17:06:51 +0200 Subject: [PATCH] docs: extend discription of getInstance() --- src/core/base/ThingWithCategories.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/base/ThingWithCategories.ts b/src/core/base/ThingWithCategories.ts index 7ab8940a..5cf84831 100644 --- a/src/core/base/ThingWithCategories.ts +++ b/src/core/base/ThingWithCategories.ts @@ -98,6 +98,7 @@ export interface SCThingWithCategoriesSpecificValues { /** * Meta information about a thing without references that accepts payments + * It intentionally does not extend the SCThingMeta implementation to be able to include generics. */ export class SCThingWithCategoriesWithoutReferencesMeta implements SCMetaTranslations> {