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

    Interface ExampleSources

    The two human-authored tiers a caller may supply; the synthetic tier is derived from the schema.

    interface ExampleSources {
        public?: unknown;
        maintainer?: unknown;
    }
    Index

    Properties

    Properties

    public?: unknown

    tier 3 (highest) — a tester-curated, willing-to-expose example. After C040-P4 promotion it also lives in Zod meta.

    maintainer?: unknown

    tier 2 — an explicit maintainer example (overrides the schema's own examples/example/const).