interface ImportOptions {
    force?: boolean;
    rename?: string;
}

Properties

Properties

force?: boolean
rename?: string