@forge/bridge

6.0.0-next.36.0.0-next.4
out/flag/flag.d.ts
~out/flag/flag.d.tsModified
+2−2
Index: package/out/flag/flag.d.ts
===================================================================
--- package/out/flag/flag.d.ts
+++ package/out/flag/flag.d.ts
@@ -1,6 +1,6 @@
-export declare type FlagAppearance = 'info' | 'success' | 'warning' | 'error';
-export declare type FlagType = FlagAppearance;
+export type FlagAppearance = 'info' | 'success' | 'warning' | 'error';
+export type FlagType = FlagAppearance;
 export interface Flag {
     close: () => Promise<boolean | void>;
 }
 export interface FlagAction {