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

Type Parameters

Generated using TypeDoc