interface IRight {
    action_name: string;
    contract: string;
}

Properties

action_name: string
contract: string