Type alias ManuallyValidatedOption<T>

ManuallyValidatedOption<T>: {
    __validated: T;
}

Wrapper type for values in TypeDocOptionMap which are represented with an unknown option type, but have a validation function that checks that they are the given type.

Type Parameters

  • T

Type declaration

  • __validated: T