@traversable/schema
    Preparing search index...
    interface Union<T> {
        anyOf: readonly T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    anyOf: readonly T[]