@hubs101/booking-api-skd-client
Version:
Package for easy access to Event App API
16 lines (15 loc) • 416 B
TypeScript
export declare const getApiPath: (rootUrl: string) => {
EVENTS: string;
PUBLIC_TICKETS: string;
PUBLIC_BOOKINGS: string;
PUBLIC_ACCOUNTS: string;
PUBLIC_GROUPS: string;
WEBSITE_PUBLIC_EVENTS: string;
WEBSITE_PUBLIC_TICKETS: string;
WEBSITE_PUBLIC_ACCOUNTS: string;
WEBSITE_PUBLIC_GROUPS: string;
};
export declare const INBOUND_URL: {
VISITOR: string;
INBOUND: string;
};