MCPcopy Create free account
hub / github.com/InseeFrLab/onyxia / StringifyableObject

Interface StringifyableObject

web/src/core/tools/Stringifyable/Stringifyable.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected