@suluk/journeys - v0.4.0
    Preparing search index...

    Interface PromoteTarget

    interface PromoteTarget {
        schemaVar: string;
        bodySchema?: JsonSchema;
    }
    Index

    Properties

    schemaVar: string

    the Zod const name to edit.

    bodySchema?: JsonSchema

    the op's request body schema (for typed cell coercion); optional.