interface PrunePayload {
    paths: string[];
    type: "prune";
}

Properties

Properties

paths: string[]
type: "prune"