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

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