export class StoreObject { constructor(type, value) { this.type = type; this.value = value; } }