We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6819c commit 1dc279fCopy full SHA for 1dc279f
1 file changed
packages/cli-core/src/lib/plapi.ts
@@ -183,7 +183,6 @@ export type ProductionInstanceResponse = {
183
export type CreateProductionInstanceParams = {
184
home_url: string;
185
clone_instance_id?: string;
186
- is_secondary?: boolean;
187
};
188
189
export type ValidateCloningParams = {
0 commit comments