@rendley/sdk - v1.12.6
    Preparing search index...

    Variable intersectionConst

    intersection: <T extends Zod.ZodTypeAny, U extends Zod.ZodTypeAny>(
        left: T,
        right: U,
        params?: Zod.RawCreateParams,
    ) => Zod.ZodIntersection<T, U>

    Type Declaration