UNPKG

@mmhr/utils

Version:
6 lines (4 loc) 268 B
declare const getTenant: (url?: string) => string; declare const getVerifyReAnnotationTokenApiUrl: (tenant: string) => string; declare const getTenantInfoApiUrl: (tenant: string) => string; export { getTenant, getTenantInfoApiUrl, getVerifyReAnnotationTokenApiUrl };