intervention-pages
Version:
5 lines (4 loc) • 309 B
TypeScript
import { EtoolsRequestEndpoint } from '@unicef-polymer/etools-ajax';
import { EtoolsEndpoint } from './intervention-endpoints';
import { AnyObject } from '../common/models/globals.types';
export declare const getEndpoint: (endpoint: EtoolsEndpoint, data?: AnyObject | undefined) => EtoolsRequestEndpoint;