Skip to content
# Type Alias: MatchType

MatchType = "full" | "partial" | "simple" | null

Defined in: packages/core/src/models/CreateTableQuery.ts:19

Released under the MIT License.