MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / jsonOf

Function jsonOf

packages/core/api/src/admin/admin-users.test.ts:314–314  ·  view source on GitHub ↗
(response: Response)

Source from the content-addressed store, hash-verified

312 );
313
314const jsonOf = <A>(response: Response) => Effect.promise(() => response.json() as Promise<A>);
315
316type UsersBody = {
317 readonly users: ReadonlyArray<{

Callers 1

Calls 1

jsonMethod · 0.65

Tested by

no test coverage detected