Skip to main content

Type Alias: ModuleIdentityData

ModuleIdentityData = Pick<BaseModuleInfoData, "moduleUuid" | "format" | "formatVersion" | "contentVersion" | "contentSha256" | "licenseSpdx" | "licenseUrl" | "sourceUrl" | "canon" | "versification">

Defined in: Data/Repositories/BaseModuleRepository.ts:9

The v2 identity + provenance fields of BaseModuleInfoData (WS-4).