Interface SymlinkOptions

interface SymlinkOptions {
    type?: "file" | "directory" | "junction";
}

Properties

Properties

type?: "file" | "directory" | "junction"