package interfaces
import "github.com/gin-gonic/gin"
type NotifBuilderHandler interface {
Handle(ctx *gin.Context, scene int64, args ...any)
}