T
tRPC
Change Theme
Search Answer Overflow
Login
hamish
Posts
Comments
T
tRPC
•
Created by hamish on 11/4/2024 in
#❓-help
Extending "Meta" with downstream concat usage?
Awesome, I've done that
https://github.com/trpc/trpc/discussions/6199
9 replies
T
tRPC
•
Created by hamish on 11/4/2024 in
#❓-help
Extending "Meta" with downstream concat usage?
I think that's a pretty good way around what I had in mind but the plugin system where you could extend the "base" meta with whatever the plugin required would be ideal Is there something that you had in mind long-term?
9 replies
T
tRPC
•
Created by hamish on 11/4/2024 in
#❓-help
Extending "Meta" with downstream concat usage?
Usage could be something like this?
type
PermissionPluginMeta
=
{
permissions
:
string
;
}
&
Meta
;
type
PermissionPluginMeta
=
{
permissions
:
string
;
}
&
Meta
;
9 replies