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

Type Parameters

  • T