0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-05 04:10:05 -05:00
safetwitch/server/types/looseTypes.ts
2023-03-07 01:19:05 -05:00

3 lines
No EOL
55 B
TypeScript

export interface LooseObject {
[key: string]: any
}