| 12 | |
| 13 | // NOTE: Use Record<string, Stringifyable> |
| 14 | interface StringifyableObject { |
| 15 | [key: string]: Stringifyable; |
| 16 | } |
| 17 | |
| 18 | // NOTE: Use Stringifyable[] |
| 19 | // eslint-disable-next-line @typescript-eslint/no-empty-object-type |
nothing calls this directly
no outgoing calls
no test coverage detected