Skip to content

Type Alias: ConfigItem<T>

ts
type ConfigItem<T> = object;

Defined in: packages/config-bound/src/configBound.ts:34

Base schema type for individual config items

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyTypeDefined in
default?Tpackages/config-bound/src/configBound.ts:35
description?stringpackages/config-bound/src/configBound.ts:36
example?Tpackages/config-bound/src/configBound.ts:37
omitFromSchema?booleanpackages/config-bound/src/configBound.ts:39
sensitive?booleanpackages/config-bound/src/configBound.ts:38
validator?z.ZodType<T>packages/config-bound/src/configBound.ts:40