UNPKG

@gip-recia/extended-uportal-header

Version:

a component to deport the uPortal menu

9 lines 257 B
export declare type sessionInfos = { key: string; timeout: number; isConnected: boolean; }; export default class sessionService { static get(sessionApiUrl: string): Promise<sessionInfos | null>; } //# sourceMappingURL=sessionService.d.ts.map