Capsium TypeScript API
    Preparing search index...

    Variable responseRewriteSchemaConst

    responseRewriteSchema: ZodObject<
        {
            body: ZodOptional<ZodString>;
            headers: ZodOptional<ZodRecord<ZodString, ZodString>>;
        },
        $strip,
    > = ...

    Route inheritance processing attributes (05x-routing §Route Inheritance, §4a).