Fix: TS2374 - Removed duplicate index signature.

This commit is contained in:
burnettk 2025-02-06 13:35:29 -05:00 committed by burnettk (aider)
parent c282de0a31
commit d19a7613b7
No known key found for this signature in database

View File

@ -5,7 +5,6 @@ let protocol = 'https';
declare global {
interface SpiffworkflowFrontendJsenvObject {
[key: string]: string;
}
interface Window {
spiffworkflowFrontendJsenv: SpiffworkflowFrontendJsenvObject;