UNPKG

opendash

Version:

open.DASH data visualization framework

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