Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/types/config/index"

Index

Type aliases

ConfigModel

ConfigModel: {}

The config model type, defining the content of a config.model.json.

Type declaration

ConfigPrimitive

ConfigPrimitive: string | number

The type of a primitive contained in ConfigModel.

ConfigPrimitiveArray

ConfigPrimitiveArray: string[] | number[]

The type of a primitive array contained in ConfigModel.

Generated using TypeDoc