Interface Module

interface Module {
    file: string;
    imported: Record<string, unknown>;
}

Properties

Properties

file: string
imported: Record<string, unknown>