UnifiedApiMethods
ApiMethods type of the Smartedit Unified extension.
type UnifiedApiMethods = {
getComponents(context: SmarteditIntegrationContext, params: GetComponentsArgs): Promise<NormalizedComponent[]>;
getPage(context: SmarteditIntegrationContext, params?: GetPageArgs): Promise<NormalizedPage | null>;
};