MapOrObj<T>: {
    [key: string]: T;
} | Map<String, T>

Type Parameters

  • T

Type declaration

  • [key: string]: T

Generated using TypeDoc