Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomAttribute

Hierarchy

Index

Properties

Optional default

default: ReturnType<CustomConfigValue>

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

Optional nullable

nullable: undefined | false | true

Makes a config value nullable The default value takes precedence over this value

type

Type of config value

Generated using TypeDoc