RecordTypeParams
Defined in: packages/schema/src/types/record.ts:12
Extends
Section titled “Extends”TypeParams<Map<string,TItemOut>>
Type Parameters
Section titled “Type Parameters”TItemIn
Section titled “TItemIn”TItemIn
TItemOut
Section titled “TItemOut”TItemOut
TValue
Section titled “TValue”TValue extends Type<TItemIn, TItemOut>
Properties
Section titled “Properties”prefix?
Section titled “prefix?”
optionalprefix:string
Defined in: packages/schema/src/types/record.ts:18
validators?
Section titled “validators?”
optionalvalidators:Validator<Map<string,TItemOut>>[]
Defined in: packages/schema/src/types/base.ts:30
Inherited from
Section titled “Inherited from”value:
TValue
Defined in: packages/schema/src/types/record.ts:17