UNPKG

@tinkoff/invest-js

Version:
3 lines (2 loc) 128 B
import { Basic, ServicePath } from './types'; export declare function load<T extends Basic>(protoPath: string): ServicePath<T>;