{"version":3,"sources":["../../../src/service/types/Request.ts"],"sourcesContent":["type Request = {\n    /* this it he request made to the service by other services */\n    type: 'run' | 'exec';\n    method: string;\n    parameters: any;\n    selector?: string; // used to select specific node\n    completed: boolean;\n    result: any;\n};\n\nexport default Request;\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}