@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
5 lines (4 loc) • 331 B
TypeScript
import { ValidationError } from './type-validate';
export { createActionValidator, isValidRelativePath, relativeUrlSchema, relativePathSchema, } from '@shopify/app-bridge-core/validate/utils';
export declare function actionMessage(errors: ValidationError[]): string;
export declare function mixedAppClientCheck(window: any): void;