refactor: update all

This commit is contained in:
openstappsbot
2023-01-30 08:34:22 +00:00
committed by Rainer Killinger
parent bdaa1f0201
commit 3b0014abac
6 changed files with 279 additions and 460 deletions

View File

@@ -117,7 +117,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>
export class SCThingWithCategoriesWithoutReferencesMeta<T, U extends SCThingWithCategoriesSpecificValues>
implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>>
{
/**