StringSchema
Defined in: src/schema/index.ts:46
String literal pattern element
Extends
Section titled “Extends”Schema<"string">
Type Parameters
Section titled “Type Parameters”TQuotes
Section titled “TQuotes”TQuotes extends readonly string[] = readonly string[]
Properties
Section titled “Properties”
readonlykind:"string"
Defined in: src/schema/index.ts:39
Inherited from
Section titled “Inherited from”Schema.kind
quotes
Section titled “quotes”
readonlyquotes:TQuotes
Defined in: src/schema/index.ts:49