UNPKG

@tygr/socket

Version:

Use websockets to extend redux functionality to server code

11 lines (10 loc) 255 B
import { ServerStoreConfig } from './server-store-config'; export declare type ServerConfig = { port: number; angular?: { staticDirs: string[]; index: string; }; ws: string; serverStoreConfigs?: ServerStoreConfig[]; };