@withjoy/sdk-js
Version:
Joy Javascript SDK
5 lines (4 loc) • 361 B
TypeScript
import { EventRegistryData } from '../../eventSite/eventRegistry';
export declare const collectData: (dataSource: any, gateway: any) => Promise<EventRegistryData>;
export declare const shouldDisplayRegistryPage: (dataSource: any, gateway: any) => Promise<boolean>;
export declare const registryHasItems: (dataSource: any, gateway: any) => Promise<boolean>;