Type Alias EnumeratedStaticsValues<T>

EnumeratedStaticsValues: T[Exclude<
    keyof T,
    "constructor"
    | TEngineBindingStaticMethods,
>]

Type Parameters

  • T