8 lines
94 B
Go
8 lines
94 B
Go
package image_table
|
|
|
|
type TableBlock struct {
|
|
Title string
|
|
Header []string
|
|
Rows []any
|
|
}
|