Home > @tridion-sites/open-api-client > FrontendAddon
Represents an Experience Space addon
Signature:
export type FrontendAddon = {
$type?: string;
Id?: string;
Configuration?: any;
Extensions?: Array<FrontendExtension>;
Hash?: string;
};
References: FrontendExtension