export interface Collection<T> {
    [id: string]: T;
}