interface SerializedActionWithGroupId {
    _objectType?: null | ObjectType | "editProposal" | "editProposalEdit";
    _subActions?: SerializedActionWithGroupId[];
    action?: ACTION_TYPE;
    actions?: SerializedAction;
    attributes?: ObjectLiteral;
    groupId: number;
    name?: string;
}

Hierarchy (View Summary)

Properties

_objectType?: null | ObjectType | "editProposal" | "editProposalEdit"
action?: ACTION_TYPE
attributes?: ObjectLiteral
groupId: number
name?: string