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

Interface StringifyableArray

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

Source from the content-addressed store, hash-verified

18// NOTE: Use Stringifyable[]
19// eslint-disable-next-line @typescript-eslint/no-empty-object-type
20interface StringifyableArray extends Array<Stringifyable> {}
21
22export const zStringifyableAtomic = (() => {
23 type TargetType = StringifyableAtomic;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected