interface CustomerSetKeyAction {
    action: "setKey";
    key?: string;
}

Properties

Properties

action: "setKey"
key?: string

If key is absent or null, the existing key, if any, will be removed.

Generated using TypeDoc