tsargp
    Preparing search index...

    Type Alias WithOptionType<T>

    Defines the type of an option.

    type WithOptionType<T extends OptionType> = {
        type: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    type: T

    The option type.