Skip to content

ModuleRefkeys

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