Interface ImportDef

interface ImportDef {
    from: string;
    names: string[];
}

Properties

Properties

from: string
names: string[]