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

3 lines
55 B
TypeScript
Raw Permalink Normal View History

2023-03-24 06:41:33 -05:00
export interface LooseObject {
[key: string]: any
}