UNPKG

@shopify/shopify-app-express

Version:

Shopify Express Middleware - to simplify the building of Shopify Apps with Express

8 lines 314 B
import { AppConfigInterface } from './config-types'; export declare class AppInstallations { private sessionStorage; constructor(config: AppConfigInterface); includes(shopDomain: string): Promise<boolean>; delete(shopDomain: string): Promise<void>; } //# sourceMappingURL=app-installations.d.ts.map