⚠️ Internal: This API is not publically exported by the
package.
interface Clusters {
[cluster: string]: {
attributes: {
[attribute: string]: number | string;
};
};
}
Indexable
[cluster: string]: {
attributes: {
[attribute: string]: number | string;
};
}
attributes: {
[attribute: string]: number | string;
}
[attribute: string]: number | string