IntoJSONObject<T>: {
    [K in keyof T]: IntoJSON<T[K]>
}

Type Parameters

Generated using TypeDoc