Type alias GlobalRegistrant

GlobalRegistrant: {
    key: string | symbol;
    value: any;
}

Type structure for a single item in the global registry.

Type declaration

  • key: string | symbol
  • value: any