UNPKG

simple-providers

Version:
9 lines (8 loc) 235 B
import { ProviderMethod } from './provider-method'; import { MethodConfig } from './method-config'; export interface ProviderConfig { methods: Array<{ method: ProviderMethod; config: MethodConfig; }>; }