Type Alias DataWithId<V>

DataWithId<V>: V & {
    id: string;
}

Some data with an id property.

Type Parameters

  • V