UNPKG

nomadder-client

Version:

A web based nomadic data sharing framework between non-internet connected servers

8 lines (7 loc) 212 B
import { IServerDataPayload } from './server-data-payload.model'; export interface IServerDataIndication { serverId: any; data: IServerDataPayload[]; timestamp: string; redundancyIndex: number; }