Interface TmpParams

interface TmpParams {
    directory: string;
    files: string[];
}

Properties

Properties

directory: string
files: string[]