package view import ( "github.com/caos/zitadel/internal/config/types" ) type ViewConfig struct { SQL *types.SQL }