@forge/bridge
5.17.0-experimental-04cc2b95.18.0-next.0
out/rovo/types.d.ts~
out/rovo/types.d.tsModified+4−4
Index: package/out/rovo/types.d.ts
===================================================================
--- package/out/rovo/types.d.ts
+++ package/out/rovo/types.d.ts
@@ -1,18 +1,18 @@
-type ForgeAgentPayload = {
+declare type ForgeAgentPayload = {
type: 'forge';
agentKey: string;
agentName: string;
prompt?: string;
};
-type AtlassianAgentPayload = {
+declare type AtlassianAgentPayload = {
type: 'atlassian';
agentName: string;
prompt?: string;
};
-type DefaultAgentPayload = {
+declare type DefaultAgentPayload = {
type: 'default';
prompt?: string;
};
-export type OpenRovoPayload = ForgeAgentPayload | AtlassianAgentPayload | DefaultAgentPayload;
+export declare type OpenRovoPayload = ForgeAgentPayload | AtlassianAgentPayload | DefaultAgentPayload;
export {};
//# sourceMappingURL=types.d.ts.map
\ No newline at end of file