mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
8 lines
278 B
TypeScript
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;
|