UNPKG

241 BTypeScriptView Raw
1import { CancellationTokenData } from './CancellationToken';
2import { Message } from './Message';
3export declare const RUN = "run";
4export declare type RunPayload = CancellationTokenData;
5export declare type RunResult = Message | undefined;