interface ShoppingListSetAnonymousIdAction {
    action: "setAnonymousId";
    anonymousId?: string;
}

Properties

Properties

action: "setAnonymousId"
anonymousId?: string

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc