RunningClusterMetadata type

Signature:

export type RunningClusterMetadata = {
    provider: "cluster";
    instanceId: string;
};