UpdateCommitteeAction: {
    action: {
        addColdCred: {
            credential: CommitteeColdCredential;
            epoch: number;
        }[];
        prevActionId: GovActionId | null;
        removeColdCred: CommitteeColdCredential[];
        threshold: number;
    };
    type: UPDATE_COMMITTEE_ACTION;
}

Type declaration