JsonObject<T>: {
    [key: string]: T;
}

Type Parameters

  • T = unknown

Type declaration

  • [key: string]: T