Files
openclaw/scripts/lib/optional-bundled-clusters-types.d.ts
2026-06-04 20:52:50 -04:00

8 lines
278 B
TypeScript

// Optional Bundled Clusters Types.D script supports OpenClaw repository automation.
export const optionalBundledClusterSet: Set<string>;
export function shouldBuildBundledCluster(
cluster: string,
env?: NodeJS.ProcessEnv,
options?: { packageJson?: unknown },
): boolean;