mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 17:23:41 +00:00
feat: improve monorepo dev experience
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user