Type alias PropValue<M, S>

PropValue<M, S>: {
    main: M;
    scope?: S;
}

Type Parameters

  • M = string
  • S = string

Type declaration

  • main: M
  • Optional scope?: S

Generated using TypeDoc