@ginden/ha-mqtt-discoverable
    Preparing search index...

    Type Alias PropertyMap<T, ExcludedKeys>

    PropertyMap: Record<
        Exclude<
            keyof ConditionalPick<T, JsonValue | undefined | DeviceInfo>,
            ExcludedKeys,
        >,
        AllowedPropertyMapValues,
    >

    A map of properties used for Home Assistant discovery.

    Type Parameters

    • T
    • ExcludedKeys extends string = never