interface ReviewSetAuthorNameAction {
    action: "setAuthorName";
    authorName?: string;
}

Properties

Properties

action: "setAuthorName"
authorName?: string

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

Generated using TypeDoc