UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

10 lines (9 loc) 298 B
import type { MetaAction } from '../../actions/types'; import { Action } from '../../actions/Print'; export declare function validateAction(action: MetaAction): { path: string | undefined; error: string; message?: string | undefined; value: any; }[] | undefined; export { Action };