UNPKG

@trycourier/courier-js

Version:

A browser-safe API wrapper

12 lines (11 loc) 260 B
export interface CourierApiUrls { courier: { rest: string; graphql: string; }; inbox: { graphql: string; webSocket: string; }; } export declare const getCourierApiUrls: (urls?: CourierApiUrls) => CourierApiUrls;