wp-go/helper/others.go

7 lines
82 B
Go
Raw Normal View History

2023-12-08 13:33:09 +00:00
package helper
type PaginationData[T any] struct {
Data []T
TotalRaw int
}