Library API
    Preparing search index...

    Type Alias GetType<K, T>

    GetType: K extends keyof TypeValueMap<T> ? TypeValueMap<T>[K]["value"] : any

    late-binding Type utility for augmented modules

    Type Parameters

    • K extends string
    • T = any