packages/solid/src/JsonLike.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type JsonLike = {
  [key: string]: any;
};