interface ShoppingListSetSlugAction {
    action: "setSlug";
    slug?: LocalizedString;
}

Properties

Properties

action: "setSlug"

Value to set. If empty, any existing value will be removed. Each slug is unique across a Project, but a ShoppingList can have the same slug for different languages. Must match the pattern ^[A-Za-z0-9_-]{2,256}+$

Generated using TypeDoc