Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ adminSingleResponseSchema
Function
adminSingleResponseSchema
apps/sim/lib/api/contracts/admin.ts:287–288 ·
view source on GitHub ↗
(schema: TSchema)
Source
from the content-addressed store, hash-verified
285
})
286
287
const
adminSingleResponseSchema = <TSchema extends z.ZodType>(schema: TSchema) =>
288
z.object({ data: schema })
289
290
const
adminListResponseSchema = <TSchema extends z.ZodType>(schema: TSchema) =>
291
z.object({
Callers
1
admin.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected