UNPKG

@shopify/app-bridge

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

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