MCPcopy Create free account
hub / github.com/codetheweb/tuyapi / Object

Interface Object

index.d.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 type UnionTypes = Object|number|string|boolean;
19
20 interface Object {
21 [key: string]: Object|number|string|boolean|Array<UnionTypes>;
22 }
23
24 interface DPSObject {
25 dps: Object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…