UNPKG

@5minds/processcube_app_sdk

Version:
7 lines (6 loc) 261 B
/** * Navigates to an URL. This uses next's {@link redirect} function. As this is an server action, the {@link RedirectType} is 'push' only. * @param url The URL to navigate to. * @returns never */ export declare function navigateToUrl(url: string): never;