Skip to content

ModuleRefkeys

export type ModuleRefkeys<PD extends Record<string, string[]>> = { [P in keyof PD]: NamedMap<PD[P]>; };