@americana/maplibre-shield-generator
    Preparing search index...

    Type Alias Exclusive<T, U>

    Exclusive: T & { [P in keyof U]?: never } | U & { [P in keyof T]?: never }

    Enforce a requirement that one field OR another field must be specified, but not both

    Type Parameters

    • T
    • U