export default class EndPoints { readonly AUTHENTICATION = '/portal/v2/authenticate'; readonly PORTAL_HOME = '/portal/v2/home'; readonly PORTAL_DEFAULT = '/portal/v2/'; readonly PORTAL_LOGOUT = '/portal/v2/logout'; readonly PLAN_SPECIFIC_HOSTED_PAGE: (params: any) => string; readonly ITEM_SPECIFIC_HOSTED_PAGE = '/hosted_pages/checkout'; readonly ONE_TIME_CHECKOUT_HOSTED_PAGE = '/hosted_pages/checkout/onetime'; }