UNPKG

@shopify/app-bridge

Version:

> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y

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 };