@forge/cli-shared

9.2.0-next.89.2.0-next.3-experimental-0949616
out/apps/register-app.d.ts
~out/apps/register-app.d.tsModified
+1−2
Index: package/out/apps/register-app.d.ts
===================================================================
--- package/out/apps/register-app.d.ts
+++ package/out/apps/register-app.d.ts
@@ -1,14 +1,13 @@
 import { ConfigFile, ConfigSectionReader, ConfigSectionWriter, NO_VALIDATION_TYPE } from '../config';
-import { CreateAppInput, InstallationTarget } from '../graphql';
+import { InstallationTarget } from '../graphql';
 import { Logger } from '../ui';
 import { AppDetails } from './app-config';
 export interface CreateAppClientInput {
     name: string;
     description?: string;
     developerSpaceId?: string;
     billingConsent?: boolean;
-    appFeatures?: CreateAppInput['appFeatures'];
 }
 export interface CreateAppResult {
     id: string;
     environments: {