ixfx
    Preparing search index...

    Type Alias DataWithId<V>

    DataWithId: V & { id: string }

    Some data with an id property.

    Type Parameters

    • V