Type Alias Kv<T>

Kv<T>: {
    [k: string]: T;
}

Type Parameters

  • T