/**
 * An array with 3 values:
 * 1. string which identifies the source
 * 2. string which identifies the item within the source
 * 3. number which identifies the value dimension of the item
 */
export type DataItemDimensionIdentifierInterface = [string, string, number];
