Type Alias TypeObject<TDesc>

TypeObject<TDesc>: IndexObject<TDesc> & {
    id: string;
}

Converts a IndexedStorage definition of a specific type to the typing an object would have that is returned as an output on function calls. Makes sure the required id parameter is always present.

Type Parameters