Home > @tridion-sites/open-api-client > IdentifiableObjectDictionary
Represents the set of Identifiable Objects grouped by the Identifiable Object Id.
Signature:
export type IdentifiableObjectDictionary = Record<string, IdentifiableObject>;
References: IdentifiableObject