UNPKG

@sane-shopify/sync-utils

Version:

Syncing utility for Node & the browser

3 lines (2 loc) 183 B
import { ShopifySecrets, TestSecretsResponse } from '@sane-shopify/types'; export declare const testSecrets: (secrets?: ShopifySecrets | undefined) => Promise<TestSecretsResponse>;