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