Files
2026-02-04 20:27:13 +08:00

6 lines
71 B
Go

package checkpoints
type OptionInterface interface {
Type() string
}