@forge/cli

12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/command-line/register-app-commands.d.ts
~out/command-line/register-app-commands.d.tsModified
+1−1
Index: package/out/command-line/register-app-commands.d.ts
===================================================================
--- package/out/command-line/register-app-commands.d.ts
+++ package/out/command-line/register-app-commands.d.ts
@@ -23,9 +23,9 @@
     TEAMWORK_GRAPH = "teamwork-graph",
     ROVO = "rovo",
     CROSS_CONTEXT = "cross-context"
 }
-type TemplateCategoryPredicates = [TemplateCategory, (name: string) => boolean][];
+declare type TemplateCategoryPredicates = [TemplateCategory, (name: string) => boolean][];
 export declare const PRODUCT_OPTIONS_DISPLAY: Partial<Record<TemplateContext, string>>;
 export declare const CATEGORY_PREDICATES: TemplateCategoryPredicates;
 export declare function formatProduct(product: string): string;
 export declare function templateMatchesProduct(productName: string, templateName: string, products: (TemplateContext | string | null)[]): boolean;