UNPKG

@balte/emberplus-connection

Version:
12 lines (11 loc) 329 B
import { EmberTypedValue } from '../types/types'; export { StreamEntry }; interface StreamEntry { identifier: number; value: EmberTypedValue; } export declare class StreamEntryImpl implements StreamEntry { identifier: number; value: EmberTypedValue; constructor(identifier: number, value: EmberTypedValue); }