@forge/cli-shared
8.24.0-experimental-04cc2b98.24.1-next.0
out/ui/ui.d.ts~
out/ui/ui.d.tsModified+2−2
Index: package/out/ui/ui.d.ts
===================================================================
--- package/out/ui/ui.d.ts
+++ package/out/ui/ui.d.ts
@@ -9,10 +9,10 @@
}, pageSize?: number): Promise<T>;
promptForTable(message: string, infoMessage: string, columns: string[], choices: object[], isBorderless?: boolean): Promise<number[]>;
promptForSingleChoiceTable(message: string, infoMessage: string, columns: string[], choices: object[]): Promise<number>;
}
-export type TableCell = string | boolean | null | undefined;
-export type TableOptions<Key extends string> = {
+export declare type TableCell = string | boolean | null | undefined;
+export declare type TableOptions<Key extends string> = {
json?: boolean;
emptyMessage?: string;
preMessage?: string;
postMessage?: string;