JsonMap<T>: {
    [K in keyof T]: JsonValue<T[K]>
}

Type Parameters

  • T

Generated using TypeDoc