0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-24 05:08:45 -05:00
safetwitch-backend/types/looseTypes.ts
2023-03-24 07:41:33 -04:00

3 lines
No EOL
55 B
TypeScript

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