package moe.odango.index.utils interface EntityHelper { operator fun invoke(block: T.() -> Unit): T; }