Skip to content

LibraryFrom

type LibraryFrom<T> = {
[K in keyof T]: ResolveDescriptor<T[K]>;
} & LibrarySymbolReference;