UNPKG

opendash

Version:

open.DASH data visualization framework

7 lines (6 loc) 193 B
/** * An array with 3 values: * 1. string which identifies the source * 2. string which identifies the item within the source */ export type DataItemIdentifierInterface = [string, string];