@withjoy/sdk-js
Version:
Joy Javascript SDK
7 lines (6 loc) • 393 B
TypeScript
import { Observable } from 'rxjs/Observable';
import { ValueListener } from "./interfaces";
import { Questions } from "../rsvpQuestions/v2";
import Question from "../rsvpQuestions/v2/Question";
export declare const observeRSVPQuestionsV2: (eventDataSource: any, listener: ValueListener<Questions>) => void;
export declare const observeRSVPQuestions: (ds: any) => Observable<Question[]>;