UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

8 lines (5 loc) 236 B
import {AdapterArgs} from '../../runtime/http'; export * from './oauth/types'; export * from './scopes/index'; export {RequestedTokenType} from './oauth/token-exchange'; export interface GetEmbeddedAppUrlParams extends AdapterArgs {}