Files
image_table/table_block.go
2025-12-28 19:02:00 +03:00

8 lines
94 B
Go

package image_table
type TableBlock struct {
Title string
Header []string
Rows []any
}