Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ExtensionUpdateAction

export type ExtensionUpdateAction = {
    changeDestination?: InputMaybe<ChangeExtensionDestination>;
    changeTriggers?: InputMaybe<ChangeExtensionTriggers>;
    setKey?: InputMaybe<SetExtensionKey>;
    setTimeoutInMs?: InputMaybe<SetExtensionTimeoutInMs>;
};

Referenced Types

On this page