Type Alias ImportContextValueRequest
ImportContextValueRequest: {
attributes: string[];
externalId: string;
externalVersionId: string;
type: "PLUGIN" | "ACTION";
}
Type declaration
attributes: string[]
externalId: string
externalVersionId: string
type: "PLUGIN" | "ACTION"
List of keys to be imported.