Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 476 Bytes

File metadata and controls

20 lines (16 loc) · 476 Bytes

Home > @velcro/runtime > VelcroImportMap

VelcroImportMap type

Signature:

type VelcroImportMap = {
    imports?: {
        [key: string]: string;
    };
    scopes?: {
        [fromId: string]: {
            [key: string]: string | undefined;
        } | undefined;
    };
};