Home > @velcro/runtime > VelcroImportMap
Signature:
type VelcroImportMap = {
imports?: {
[key: string]: string;
};
scopes?: {
[fromId: string]: {
[key: string]: string | undefined;
} | undefined;
};
};