module vksdk.queries.EnumParam;

public interface EnumParam {
    
    string getValue();
}