import { Result } from 'true-myth'; import type { PublicationOutcome } from '../bundle-emitter/publication-outcome.ts'; import type { ConfigWithGraph } from '../config/validation.ts'; import type { ProgressBroadcastProvider } from '../progress/progress-broadcaster.ts'; import type { PackageConfig } from '../config/config.ts'; import type { PublishedReleaseStatus } from './published-release-state.ts'; export type PartialError = { readonly succeeded: readonly TResult[]; readonly failures: readonly Error[]; }; export {}; //# sourceMappingURL=scheduler.d.ts.map