interface IAutomator {
    action_type: string;
    board_id: SovietContract.Interfaces.IUint64;
    coopname: string;
    encrypted_private_key: string;
    id: SovietContract.Interfaces.IUint64;
    member: string;
    permission_name: string;
}

Properties

action_type: string
coopname: string
encrypted_private_key: string
member: string
permission_name: string