GitHub

DaffContentBlockCollection

import { DaffContentBlockCollection } from '@daffodil/content'

type DaffContentBlockCollection<T extends DaffContentBlock = DaffContentBlock> = Record<T['id'], T>