interface CategorySetMetaDescriptionAction {
    action: "setMetaDescription";
    metaDescription?: LocalizedString;
}

Properties

action: "setMetaDescription"
metaDescription?: LocalizedString

Value to set.

Generated using TypeDoc