Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BaseAttribute<T>

Type parameters

Hierarchy

Index

Properties

Optional default

default: ReturnType<T>

Default value for config value if not set This will take precedence over the nullable value if set

description

description: string

Description of config value for better error logging

Optional env

env: undefined | string

Name of corresponding env var Default: config value key name converted to screaming snake case Example: someConfigValue -> SOME_CONFIG_VALUE

type

type: T

Type of config value

Generated using TypeDoc