@forge/cli
12.22.012.22.0-experimental-04cc2b9
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"
}
-declare type TemplateCategoryPredicates = [TemplateCategory, (name: string) => boolean][];
+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;