@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Type Alias EventResult<T>

    EventResult:
        | { data: T; success: true }
        | { error: ConfiguratorEventError; success: false }

    Type Parameters

    • T