Type Alias ExtractSxConfig<S>

ExtractSxConfig<S>: S extends Sx<infer Config>
    ? Config
    : never

Type Parameters

  • S