/** * #compute_cluster.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** * ComputeCluster represents the compute infrastructure cluster where an app * installation runs. */ export declare enum ComputeCluster { /** COMPUTE_CLUSTER_UNSPECIFIED - Unspecified cluster - should not be used in practice. */ COMPUTE_CLUSTER_UNSPECIFIED = 0, /** COMPUTE_GO - devvit-compute-go runtime */ COMPUTE_GO = 1, /** ELYSIUM_GCP - devvit-orchestrator, apps on GCP */ ELYSIUM_GCP = 2, /** COMPUTE_GO_STAGING - devvit-compute-go staging runtime */ COMPUTE_GO_STAGING = 3, UNRECOGNIZED = -1 } //# sourceMappingURL=compute_cluster.d.ts.map