Skip to main content

Interface: ModuleCatalogRow

Defined in: Data/Core/RowTypes.ts:306

Row from the module_repository table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

abbreviation?

optional abbreviation?: string

Defined in: Data/Core/RowTypes.ts:309


catalog_json?

optional catalog_json?: string

Defined in: Data/Core/RowTypes.ts:314


is_enabled?

optional is_enabled?: number

Defined in: Data/Core/RowTypes.ts:312


last_fetched?

optional last_fetched?: string

Defined in: Data/Core/RowTypes.ts:316


last_updated?

optional last_updated?: string

Defined in: Data/Core/RowTypes.ts:315


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:317


name

name: string

Defined in: Data/Core/RowTypes.ts:308


priority?

optional priority?: number

Defined in: Data/Core/RowTypes.ts:313


repository_id

repository_id: number

Defined in: Data/Core/RowTypes.ts:307


signature_status?

optional signature_status?: string

Defined in: Data/Core/RowTypes.ts:318


signing_public_key?

optional signing_public_key?: string

Defined in: Data/Core/RowTypes.ts:319


type

type: string

Defined in: Data/Core/RowTypes.ts:311


url

url: string

Defined in: Data/Core/RowTypes.ts:310