Interface CleanOptions

interface CleanOptions {
    slient?: boolean;
}

Properties

Properties

slient?: boolean