mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-02-08 12:48:00 -05:00
3 lines
No EOL
55 B
TypeScript
3 lines
No EOL
55 B
TypeScript
export interface LooseObject {
|
|
[key: string]: any
|
|
} |