Creating Plot Twists
    Preparing search index...

    Type Alias InferOptions<T>

    InferOptions: T extends { Options: infer O } ? O : unknown

    Infers the options type from a constructor's second parameter.

    Type Parameters

    • T