TypeDoc API - v0.28.2

    Type Alias ManuallyValidatedOption<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 ManuallyValidatedOption<T> = {
        __validated: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    __validated: T
    MMNEPVFCICPMFPCPTTAAATR