Enrich the response object for TRPC endpoint
Currently when I hit a trpc endpoint I get something like:
Is there any way to add more metadata, like:
Is there any way to add more metadata, like:
{
result: {
data: ...
}
}{
result: {
data: ...
}
meta: {
time: 10ms,
}
}