()
| 8 | |
| 9 | /** Preprocesses any content value to empty string for blocks that don't use content */ |
| 10 | const emptyContent = () => z.preprocess(() => '', z.literal('').optional()) |
| 11 | |
| 12 | // ============================================================================= |
| 13 | // Base metadata schemas |
no outgoing calls
no test coverage detected