UNPKG

@awell-health/navi-core

Version:

Core utilities and GraphQL client for Navi care flow integration

4 lines (3 loc) 371 B
import type { CreateCareFlowSessionResponse, CreateCareFlowSessionResponseSuccess, SessionTokenData } from "./types"; export declare function shortDeterministicId(sessionData: SessionTokenData, length?: number): Promise<string>; export declare const isSessionResponseSuccess: (response: CreateCareFlowSessionResponse) => response is CreateCareFlowSessionResponseSuccess;