UNPKG

@shopify/shopify-api

Version:

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

10 lines 404 B
import { Session } from '../../session/session'; import { ConfigInterface } from '../../base-types'; import { AccessTokenResponse } from './types'; export declare function createSession({ config, accessTokenResponse, shop, state, }: { config: ConfigInterface; accessTokenResponse: AccessTokenResponse; shop: string; state: string; }): Session; //# sourceMappingURL=create-session.d.ts.map