SandboxConsoleEntry
type SandboxConsoleEntry = z.infer<typeof sandboxConsoleEntrySchema>;Defined in: console/console.ts:15
A single captured console call: its level and formatted message. See sandboxConsoleEntrySchema.
type SandboxConsoleEntry = z.infer<typeof sandboxConsoleEntrySchema>;Defined in: console/console.ts:15
A single captured console call: its level and formatted message. See sandboxConsoleEntrySchema.