UNPKG

opendash

Version:

open.DASH data visualization framework

4 lines (3 loc) 159 B
declare type TranslationInterface = Record<string, any>; export declare type TranslationResolverInterface = () => Promise<TranslationInterface>; export {};