feat: improve monorepo dev experience

This commit is contained in:
2023-10-27 22:45:44 +02:00
parent f618725598
commit c6ab4ae48b
124 changed files with 2647 additions and 2857 deletions

View File

@@ -39,13 +39,14 @@ export interface SCCertificationWithoutReferences
translations?: SCTranslations<SCCertificationTranslatableProperties>;
/**
* Type of certification
* Type discriminator
* @elasticsearch type
*/
type: SCThingType.Certification;
}
/**
* @indexable
* @elasticsearch indexable
* @validatable
*/
export interface SCCertification
@@ -63,7 +64,8 @@ export interface SCCertification
translations?: SCTranslations<SCCertificationTranslatableProperties>;
/**
* Type of certification
* Type discriminator
* @elasticsearch type
*/
type: SCThingType.Certification;
}