@forge/cli-shared
9.2.0-next.3-experimental-09496169.2.0-next.9
out/apps/register-app.d.ts~
out/apps/register-app.d.tsModified+2−1
Index: package/out/apps/register-app.d.ts
===================================================================
--- package/out/apps/register-app.d.ts
+++ package/out/apps/register-app.d.ts
@@ -1,13 +1,14 @@
import { ConfigFile, ConfigSectionReader, ConfigSectionWriter, NO_VALIDATION_TYPE } from '../config';
-import { InstallationTarget } from '../graphql';
+import { CreateAppInput, 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: {