hamish
hamish
TtRPC
Created by hamish on 11/4/2024 in #❓-help
Extending "Meta" with downstream concat usage?
9 replies
TtRPC
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
TtRPC
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