docs: extend discription of getInstance()

This commit is contained in:
Rainer Killinger
2019-05-28 17:06:51 +02:00
committed by Karl-Philipp Wulfert
parent f847a2aa0c
commit 771c417db8

View File

@@ -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<T, U>
implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>> {