blob: a7aad07e866735a7a1d835f2ff2e2d94c9976538 [file] [log] [blame]
MyString :: {} | {
exact: string
} | {
regex: string
}
MyInt :: int
Foo: {
include: MyString
exclude: [...MyString]
count: MyInt
}