This commit is contained in:
Diana 2025-08-26 13:31:13 -05:00
parent 5c6be4b037
commit 3c0b56c433
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,12 @@
package components
type ContentList struct {
ID string
Items []ContentListItem
}
type ContentListItem struct {
ID string
Text string
Description string
EndElement string