Interface ConfigHandler<R>

Type Parameters

  • R

Hierarchy

Properties

Properties

get: ((prop: string) => R)

Type declaration

    • (prop: string): R
    • Parameters

      • prop: string

      Returns R

meta: { config: object }

Type declaration

  • config: object
type: "config"