UNPKG

jnra-product-card

Version:
3 lines (2 loc) 151 B
import { IDashboardResponse } from './IDashboardResponse'; export declare const getDashboard: (order: string) => Promise<IDashboardResponse | null>;