import type { DocumentSummary } from "./documentSummary"; export interface WorkerPoolSummary extends DocumentSummary { IsDynamic: boolean; }