Type Alias ApiXJsonDictionary<T>

ApiXJsonDictionary<T>: Record<string, T>

A JSON dictionary.

Type Parameters

  • T