export type Definitions<C extends Collections> = {
  [N in CollectionName<C>]: Definition<C, N>;
};