Skip to main content

ContentBlockMap<T>

type ContentBlockMap<T> = Record<string, T>;

Type-safe content block map for ID-based lookups Used for sections, examples, resources, steps, deliverables, etc.

Type Parameters

Type Parameter
T extends Identifiable