Interface: ChangelogSectionData
Defined in: src/types/interfaces/storage.interface.ts:1011
Changelog section with category and items.
Properties
category
readonlycategory:string
Defined in: src/types/interfaces/storage.interface.ts:1012
items
readonlyitems: readonlyChangelogItemData[]
Defined in: src/types/interfaces/storage.interface.ts:1013