UNPKG

growwapi

Version:
7 lines (6 loc) 592 B
import { InstructionsTypeParams, LiveFeedSubscriptionType, Segment } from '../../types'; export declare function subscriptionSegmentParser(segment: Segment | undefined): string; export declare function subscriptionTypeParser(type: LiveFeedSubscriptionType): string; export declare function liveUpdatesParser(type: string, subscriptionId: string): string; export declare function liveIndexParser(type: LiveFeedSubscriptionType, instruction: InstructionsTypeParams): string; export declare function liveMarketParser(type: LiveFeedSubscriptionType, instruction: InstructionsTypeParams): string;