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

    Type Parameters

    • T
    Index

    Properties

    Properties

    allOf: readonly T[]