Zodiac API Documentation - v0.0.3
    Preparing search index...

    Type Alias CatchallOutput<T>

    CatchallOutput: ZodType extends T ? unknown : { [k: string]: T["_output"] }

    Type Parameters