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)**

6 lines (5 loc) 262 B
import type { MetaAction } from '../../actions/types'; import { Action } from '../../actions/Cart'; import { ValidationError } from '../type-validate'; export declare function validateAction(action: MetaAction): ValidationError[] | undefined; export { Action };