ImportContextValueRequest: {
    attributes: string[];
    externalId: string;
    externalVersionId: string;
    type: "PLUGIN" | "ACTION";
}

Type declaration

  • attributes: string[]

    List of keys to be imported.

  • externalId: string

    PluginId or ActionId.

  • externalVersionId: string

    PluginVersionId or ActionVersionId.

  • type: "PLUGIN" | "ACTION"

    Context type (PLUGIN, ACTION).