UNPKG

declastruct-stripe-sdk

Version:

declarative control of stripe constructs, via declastruct

4 lines (3 loc) 181 B
import { ProcedureInput } from 'visualogic'; import { getStripe } from '../logic/auth/getStripe'; export declare const getStripeCredentials: () => ProcedureInput<typeof getStripe>;