Type alias Variant<T>

Variant<T>: {
    [K: string]: T;
}

Type Parameters

  • T

Type declaration

  • [K: string]: T

Generated using TypeDoc