Files
kjol/tools/tsgo/internal/packagejson/validated.go
2026-07-09 16:50:43 -04:00

9 lines
145 B
Go

package packagejson
type TypeValidatedField interface {
IsPresent() bool
IsValid() bool
ExpectedJSONType() string
ActualJSONType() string
}