import { PropertyValueBinding, PropertyDefinition } from "../properties";
export interface UserTypeRule extends PropertyValueBinding<PropertyDefinition<any, any, any>> {
}
