mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-03 03:10:05 -05:00
3 lines
55 B
TypeScript
3 lines
55 B
TypeScript
|
export interface LooseObject {
|
||
|
[key: string]: any
|
||
|
}
|