package org.joget.plugin.property.model; import java.util.Map; public interface PropertyOptions { public Map toOptionsMap(); }