MCPcopy
hub / github.com/ecyrbe/zodios / ReadonlyArrayDeep

Interface ReadonlyArrayDeep

src/utils.types.ts:193–193  ·  view source on GitHub ↗

* transform an array type into a readonly array type * @param T - array type

Source from the content-addressed store, hash-verified

191 * @param T - array type
192 */
193interface ReadonlyArrayDeep<T> extends ReadonlyArray<ReadonlyDeep<T>> {}
194
195/**
196 * transform an object type into a readonly object type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected