Type alias ModuleConfig<N, C>

ModuleConfig<N, C>: {
    config: C;
    name: N;
}

Type Parameters

  • N
  • C = undefined

Type declaration

  • config: C
  • name: N