Interface LiftPurgeOptions

interface LiftPurgeOptions {
    keep?: string[];
}

Properties

Properties

keep?: string[]

Keep package tasks as they are.