Type Utils
    Preparing search index...

    Type Alias SafeProperty<T>

    SafeProperty: T extends FinalType
        ? T
        : T extends IsNotFunction<T> ? SafeJSON<T> : never

    Type Parameters

    • T