RecordPropsType
Public typealias
Signature
type RecordPropsType<Config extends Record<string, T.Validatable<any>>> =
Expand<{
[K in keyof Config]: T.TypeOf<Config[K]>
}>
Source
Public typealias
type RecordPropsType<Config extends Record<string, T.Validatable<any>>> =
Expand<{
[K in keyof Config]: T.TypeOf<Config[K]>
}>