mangadex-full-api - v6.2.0
    Preparing search index...

    Type Alias IntersectingProps<T1, T2>

    IntersectingProps: { [x in CommonKeys<T1, T2>]: T1[x] | T2[x] }

    Type Parameters

    • T1
    • T2