mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
docs: extend discription of getInstance()
This commit is contained in:
committed by
Karl-Philipp Wulfert
parent
f847a2aa0c
commit
771c417db8
@@ -98,6 +98,7 @@ export interface SCThingWithCategoriesSpecificValues {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Meta information about a thing without references that accepts payments
|
* 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>
|
export class SCThingWithCategoriesWithoutReferencesMeta<T, U>
|
||||||
implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>> {
|
implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>> {
|
||||||
|
|||||||
Reference in New Issue
Block a user