2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00
website/tools/types.ts

4 lines
52 B
TypeScript

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