We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43e456 commit 89043f6Copy full SHA for 89043f6
src/types.ts
@@ -162,6 +162,11 @@ export type AppSettingsAPIResponse = APIResponse & {
162
name?: string;
163
organization?: string;
164
permission_version?: string;
165
+ /**
166
+ * The placement of the app in the form of `${region}.${shard}`.
167
+ * Examples: "us-east.c1", "dublin.c3", "singapore.c2"
168
+ * Note: The backend may add/remove regions or shards occasionally.
169
+ */
170
placement?: string;
171
policies?: Record<string, Policy[]>;
172
poll_enabled?: boolean;
0 commit comments