Files
bzzz/install/config-ui/node_modules/eslint-plugin-react/lib/util/message.d.ts
anthonyrawlins c177363a19 Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 00:19:00 +10:00

9 lines
214 B
TypeScript

declare function _exports(messageId: any, message: any): {
messageId: any;
message?: undefined;
} | {
message: any;
messageId?: undefined;
};
export = _exports;
//# sourceMappingURL=message.d.ts.map