UNPKG

@lucsoft/network-connector

Version:

Network Connector the easy way to connect to your HmSYS Network

7 lines (6 loc) 262 B
import type { SignedInCredentials } from './AuthStore'; export declare type CredentialsProvider = { getReloginDetails: () => SignedInCredentials | undefined; resetReloginDetails: () => void; setReloginDetails: (data: SignedInCredentials) => void; };