UNPKG

db-models-nc

Version:
7 lines (6 loc) 261 B
import { IDashboardSettings } from '../interfaces'; declare const getDashboardSettings: () => Promise<IDashboardSettings>; declare const getPlansFromSettings: () => Promise<{ [key: string]: number; }>; export { getDashboardSettings, getPlansFromSettings };