UNPKG

@moxb/shards-meteor-process-manager-core

Version:

Shards: Meteor process manager core

9 lines (8 loc) 299 B
import type { ProcessRecord } from './types'; /** * This publication carries all process status info from the server to the client. */ export declare const publicationBackgroundProcesses: import("@moxb/meteor").MeteorPublicationHandle<{ scopeId: string; search: string; }, ProcessRecord>;